From 824796ca1137dc3799415a585bc56e8b15962327 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 25 Aug 2006 13:32:22 +0000 Subject: [PATCH] Disentangle libdv and vorbis linker flags. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19530 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 1 + configure | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e9acfe2680..94e87d5119 100644 --- a/Makefile +++ b/Makefile @@ -95,6 +95,7 @@ AO_LIBS = $(ARTS_LIB) \ CODEC_LIBS = $(AV_LIB) \ $(FAME_LIB) \ $(MAD_LIB) \ + $(LIBDV_LIB) \ $(VORBIS_LIB) \ $(THEORA_LIB) \ $(FAAD_LIB) \ diff --git a/configure b/configure index ba9bddcf81..5457fa02a4 100755 --- a/configure +++ b/configure @@ -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