Disable vhook on Interix, patch by Pete Ross, pross xvid org.

Originally committed as revision 12226 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Peter Ross 2008-02-26 09:14:55 +00:00 committed by Diego Biurrun
parent fe0c188b4a
commit 269820f141

3
configure vendored
View File

@ -1293,6 +1293,9 @@ case $targetos in
SLIB_UNINSTALL_EXTRA_CMD='rm -f "$(LIBDIR)"/$(LIBPREF)$(NAME)_dll.a "$(LIBDIR)"/$(LIBPREF)$(NAME)_dll.lib'
vhook="no"
;;
interix)
disable vhook
;;
*)
targetos="${targetos}-UNKNOWN"