Commit 7565cb61 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12226 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 17b823ac
...@@ -1293,6 +1293,9 @@ case $targetos in ...@@ -1293,6 +1293,9 @@ case $targetos in
SLIB_UNINSTALL_EXTRA_CMD='rm -f "$(LIBDIR)"/$(LIBPREF)$(NAME)_dll.a "$(LIBDIR)"/$(LIBPREF)$(NAME)_dll.lib' SLIB_UNINSTALL_EXTRA_CMD='rm -f "$(LIBDIR)"/$(LIBPREF)$(NAME)_dll.a "$(LIBDIR)"/$(LIBPREF)$(NAME)_dll.lib'
vhook="no" vhook="no"
;; ;;
interix)
disable vhook
;;
*) *)
targetos="${targetos}-UNKNOWN" targetos="${targetos}-UNKNOWN"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment