[Ffmpeg-cvslog] r8102 - trunk/configure

mmu_man subversion
Sat Feb 24 00:33:07 CET 2007


Author: mmu_man
Date: Sat Feb 24 00:33:07 2007
New Revision: 8102

Modified:
   trunk/configure

Log:
ffserver uses dlopen(), so make sure it links to libdl if needed.

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sat Feb 24 00:33:07 2007
@@ -1578,7 +1578,7 @@
 
 test "$vhook" = "default" && vhook="$dlopen"
 
-enabled_any vhook liba52bin libfaadbin && add_extralibs $ldl
+enabled_any vhook liba52bin libfaadbin ffserver && add_extralibs $ldl
 
 if test "$targetos" = "CYGWIN" && enabled static ; then
     vhook="no"




More information about the ffmpeg-cvslog mailing list