Commit 269820f1 authored by Peter Ross's avatar Peter Ross Committed by Diego Biurrun

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

Originally committed as revision 12226 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent fe0c188b
......@@ -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"
......
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