Print static vhook warning for Cygwin and MinGW
Originally committed as revision 9311 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
770359898c
commit
b0268cc060
4
configure
vendored
4
configure
vendored
@ -1671,10 +1671,10 @@ test "$vhook" = "default" && vhook="$dlopen"
|
|||||||
|
|
||||||
enabled_any vhook liba52bin libfaadbin ffserver && add_extralibs $ldl
|
enabled_any vhook liba52bin libfaadbin ffserver && add_extralibs $ldl
|
||||||
|
|
||||||
if test "$targetos" = cygwin && enabled_all static vhook ; then
|
if test "$targetos" = cygwin -o "$targetos" = mingw32 && enabled_all static vhook ; then
|
||||||
vhook="no"
|
vhook="no"
|
||||||
echo
|
echo
|
||||||
echo "At the moment vhooks don't work on Cygwin static builds."
|
echo "At the moment vhooks don't work on Cygwin or MinGW static builds."
|
||||||
echo "Patches welcome."
|
echo "Patches welcome."
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user