[SCM] libav/experimental: Use "disable" helper function

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:16:06 UTC 2013


The following commit has been merged in the experimental branch:
commit c6eed369d2b79e931844114808d4ad67511a3385
Author: Ramiro Polla <ramiro.polla at gmail.com>
Date:   Sun Mar 2 20:13:47 2008 +0000

    Use "disable" helper function
    
    Originally committed as revision 12291 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 1408c84..ec9c220 100755
--- a/configure
+++ b/configure
@@ -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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list