This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
ffserver uses dlopen(), so make sure it links to libdl if needed.
Originally committed as revision 8102 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
François Revol
18 years ago
parent
a13b4efd3a
commit
81a409c8b5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
configure
+ 1
- 1
configure
View File
@@ -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"
Write
Preview
Loading…
Cancel
Save