Disable vhook on Interix, patch by Pete Ross, pross xvid org.
authorPeter Ross <pross@xvid.org>
Tue, 26 Feb 2008 09:14:55 +0000 (09:14 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 26 Feb 2008 09:14:55 +0000 (09:14 +0000)
Originally committed as revision 12226 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 02907eb..45a5203 100755 (executable)
--- a/configure
+++ b/configure
@@ -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"