Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2007-02-24 02:33:07 +0300
committerFrançois Revol <revol@free.fr>2007-02-24 02:33:07 +0300
commit81a409c8b58fa77601ecf876f6d84fefd082d85b (patch)
tree8364429dee70285e77f6eea2ddd5c17226a1c48d /configure
parenta13b4efd3a4147f42290a2668b1877b275f95ab3 (diff)
ffserver uses dlopen(), so make sure it links to libdl if needed.
Originally committed as revision 8102 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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"