Commit 93785a49 authored by mmu_man's avatar mmu_man

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8102 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ef8b2ae8
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment