Took out the linking to voribisenc that we did not use cutting the link size by half.

This commit is contained in:
Raynaldo Rivera 2010-03-08 04:29:30 +00:00
parent 2954c370a5
commit 05d989eef2
2 changed files with 1 additions and 5 deletions

View File

@ -2,7 +2,7 @@ VERSION=2.0.0
SONAME=libcAudio.$(VERSION).so
DIR=../bin/Linux/x86 #x86_64
DEPEND=-logg -lopenal -lvorbis -lvorbisenc -lvorbisfile -ldl\
DEPEND=-logg -lopenal -lvorbis -lvorbisfile -ldl\
-I../dependencies/Headers
STATICDEPEND=/usr/lib/libogg.a /usr/lib/libopenal.so /usr/lib/libvorbis.a /usr/lib/libvorbisenc.a /usr/lib/libvorbisfile.a /usr/lib/libdl.a

View File

@ -23,7 +23,6 @@
</Compiler>
<Linker>
<Add library="vorbisfile" />
<Add library="vorbisenc" />
<Add library="vorbis" />
<Add library="ogg" />
<Add library="OpenAL32" />
@ -47,7 +46,6 @@
<Linker>
<Add option="-s" />
<Add library="vorbisfile" />
<Add library="vorbisenc" />
<Add library="vorbis" />
<Add library="ogg" />
<Add library="OpenAL32" />
@ -76,7 +74,6 @@
<Add option="/DEBUG" />
<Add option="-s" />
<Add library="vorbisfile_static" />
<Add library="vorbisenc_static" />
<Add library="vorbis_static" />
<Add library="ogg_static" />
<Add library="OpenAL32" />
@ -102,7 +99,6 @@
<Linker>
<Add option="-s" />
<Add library="vorbisfile_static" />
<Add library="vorbisenc_static" />
<Add library="vorbis_static" />
<Add library="ogg_static" />
<Add library="OpenAL32" />