diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2007-06-14 16:43:56 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2007-06-14 16:43:56 +0000 |
commit | 4f3da9852674d6dd72e0169fd33b3c30c48bd263 (patch) | |
tree | 2d8464cf6383c7065751e16dd2c60b1c85f54334 /configure | |
parent | b0268cc06002eb22d80bce15e349742476e15f09 (diff) | |
download | ffmpeg-4f3da9852674d6dd72e0169fd33b3c30c48bd263.tar.gz |
Make ppm vhook depend on fork()
Originally committed as revision 9312 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1667,6 +1667,8 @@ elif check_func dlopen -ldl; then ldl=-ldl fi +check_func fork + test "$vhook" = "default" && vhook="$dlopen" enabled_any vhook liba52bin libfaadbin ffserver && add_extralibs $ldl |