summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2008-02-26 09:14:55 +0000
committerDiego Biurrun <diego@biurrun.de>2008-02-26 09:14:55 +0000
commit269820f14179d777744172cc6427df2901841acd (patch)
tree31b3b1ae7260dabfcde61e9d14f96b03ab0fc2b7 /configure
parentfe0c188b4a3593a922eae6f6a4da81bc7328c5e1 (diff)
Disable vhook on Interix, patch by Pete Ross, pross xvid org.
Originally committed as revision 12226 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 02907ebd07..45a5203918 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"