diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2007-06-14 16:39:44 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2007-06-14 16:39:44 +0000 |
commit | 770359898c2fe166b78502d7e134b86c62c6ec21 (patch) | |
tree | cca62722b39ed4e1221431d2564cd1212f7e6dcb /configure | |
parent | 233ed44543c8beee4e48cb895404f4305dd5eabb (diff) | |
download | ffmpeg-770359898c2fe166b78502d7e134b86c62c6ec21.tar.gz |
Print static vhook warning for Cygwin only when both are enabled
Originally committed as revision 9310 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1671,7 +1671,7 @@ test "$vhook" = "default" && vhook="$dlopen" enabled_any vhook liba52bin libfaadbin ffserver && add_extralibs $ldl -if test "$targetos" = cygwin && enabled static ; then +if test "$targetos" = cygwin && enabled_all static vhook ; then vhook="no" echo echo "At the moment vhooks don't work on Cygwin static builds." |