Disentangle libdv and vorbis linker flags.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19530 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-08-25 13:32:22 +00:00
parent 6f690e732f
commit 824796ca11
2 changed files with 3 additions and 1 deletions

View File

@ -95,6 +95,7 @@ AO_LIBS = $(ARTS_LIB) \
CODEC_LIBS = $(AV_LIB) \
$(FAME_LIB) \
$(MAD_LIB) \
$(LIBDV_LIB) \
$(VORBIS_LIB) \
$(THEORA_LIB) \
$(FAAD_LIB) \

3
configure vendored
View File

@ -7393,6 +7393,7 @@ ZORAN = $_zr
FAME = $_libfame
FAME_LIB = $_ld_libfame
LIBDV = $_libdv
LIBDV_LIB = $_ld_libdv
ARCH_LIB = $_ld_arch $_ld_iconv
XVID = $_xvid
XVID4 = $_xvid4
@ -7418,7 +7419,7 @@ LIBLZO_LIB= $_ld_liblzo
LIBMAD = $_mad
MAD_LIB = $_ld_mad
LIBVORBIS = $_vorbis
VORBIS_LIB = $_ld_vorbis $_ld_libdv
VORBIS_LIB = $_ld_vorbis
SPEEX_LIB = $_ld_speex
LIBTHEORA = $_theora
THEORA_LIB = $_ld_theora