From 81a409c8b58fa77601ecf876f6d84fefd082d85b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 23 Feb 2007 23:33:07 +0000 Subject: [PATCH] ffserver uses dlopen(), so make sure it links to libdl if needed. Originally committed as revision 8102 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index e6402a7e71..fde41d1378 100755 --- a/configure +++ b/configure @@ -1578,7 +1578,7 @@ fi 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"