[MPlayer-cvslog] r19530 - in trunk: Makefile configure

diego subversion at mplayerhq.hu
Fri Aug 25 15:32:22 CEST 2006


Author: diego
Date: Fri Aug 25 15:32:22 2006
New Revision: 19530

Modified:
   trunk/Makefile
   trunk/configure

Log:
Disentangle libdv and vorbis linker flags.


Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Fri Aug 25 15:32:22 2006
@@ -95,6 +95,7 @@
 CODEC_LIBS = $(AV_LIB) \
              $(FAME_LIB) \
              $(MAD_LIB) \
+             $(LIBDV_LIB) \
              $(VORBIS_LIB) \
              $(THEORA_LIB) \
              $(FAAD_LIB) \

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Fri Aug 25 15:32:22 2006
@@ -7393,6 +7393,7 @@
 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 @@
 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



More information about the MPlayer-cvslog mailing list