[Ffmpeg-cvslog] CVS: ffmpeg configure,1.190,1.191
Michael Niedermayer CVS
michael
Wed Jul 27 12:13:16 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv17649
Modified Files:
configure
Log Message:
-ldl fix
Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- configure 11 Jul 2005 00:15:36 -0000 1.190
+++ configure 27 Jul 2005 10:13:13 -0000 1.191
@@ -457,7 +457,7 @@
;;
--enable-a52) a52="yes"
;;
- --enable-a52bin) a52bin="yes" ; extralibs="$ldl $extralibs"
+ --enable-a52bin) a52bin="yes"
;;
--enable-dts) dts="yes" ; extralibs="$extralibs -ldts"
;;
@@ -1010,6 +1010,11 @@
vhook="$dlopen"
fi
+if test "$vhook" = "yes" -o "$a52bin" = "yes" -o "$faadbin" = "yes"; then
+ extralibs="$extralibs $ldl"
+fi
+
+
##########################################
# imlib probe
@@ -1379,7 +1384,6 @@
if test "$vhook" = "yes" ; then
echo "BUILD_VHOOK=yes" >> config.mak
echo "#define HAVE_VHOOK 1" >> $TMPH
- extralibs="$extralibs $ldl"
fi
if test "$lshared" = "yes" ; then
echo "BUILD_SHARED=yes" >> config.mak
More information about the ffmpeg-cvslog
mailing list