Commit 4c862c1f authored by ramiro's avatar ramiro

Use "disable" helper function

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12291 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 898a0f31
......@@ -1307,7 +1307,7 @@ case $targetos in
emximp -o $(LIBPREF)$(NAME)_dll.lib $(NAME).def;'
SLIB_INSTALL_EXTRA_CMD='install -m 644 $(LIBPREF)$(NAME)_dll.a $(LIBPREF)$(NAME)_dll.lib "$(LIBDIR)"'
SLIB_UNINSTALL_EXTRA_CMD='rm -f "$(LIBDIR)"/$(LIBPREF)$(NAME)_dll.a "$(LIBDIR)"/$(LIBPREF)$(NAME)_dll.lib'
vhook="no"
disable vhook
;;
interix)
disable vhook
......
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