Commit c6eed369 authored by Ramiro Polla's avatar Ramiro Polla

Use "disable" helper function

Originally committed as revision 12291 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5b087549
......@@ -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