From 269820f14179d777744172cc6427df2901841acd Mon Sep 17 00:00:00 2001 From: Peter Ross Date: Tue, 26 Feb 2008 09:14:55 +0000 Subject: [PATCH] Disable vhook on Interix, patch by Pete Ross, pross xvid org. Originally committed as revision 12226 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index 02907ebd0..45a520391 100755 --- 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" -- 2.11.0