diff options
author | Peter Ross <pross@xvid.org> | 2008-02-26 09:14:55 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-02-26 09:14:55 +0000 |
commit | 269820f14179d777744172cc6427df2901841acd (patch) | |
tree | 31b3b1ae7260dabfcde61e9d14f96b03ab0fc2b7 /configure | |
parent | fe0c188b4a3593a922eae6f6a4da81bc7328c5e1 (diff) | |
download | ffmpeg-269820f14179d777744172cc6427df2901841acd.tar.gz |
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-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |