mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-15 11:30:08 +01:00
ffserver uses dlopen(), so make sure it links to libdl if needed.
Originally committed as revision 8102 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -1578,7 +1578,7 @@ fi
|
|||||||
|
|
||||||
test "$vhook" = "default" && vhook="$dlopen"
|
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
|
if test "$targetos" = "CYGWIN" && enabled static ; then
|
||||||
vhook="no"
|
vhook="no"
|
||||||
|
|||||||
Reference in New Issue
Block a user