mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-15 02:56:58 +08:00
Disable vhook on Interix, patch by Pete Ross, pross xvid org.
Originally committed as revision 12226 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:

committed by
Diego Biurrun

parent
fe0c188b4a
commit
269820f141
3
configure
vendored
3
configure
vendored
@ -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"
|
||||||
|
Reference in New Issue
Block a user