[FFmpeg-cvslog] r12226 - trunk/configure
diego
subversion
Tue Feb 26 10:14:55 CET 2008
Author: diego
Date: Tue Feb 26 10:14:55 2008
New Revision: 12226
Log:
Disable vhook on Interix, patch by Pete Ross, pross xvid org.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Tue Feb 26 10:14:55 2008
@@ -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"
More information about the ffmpeg-cvslog
mailing list