[SCM] handbrake/master: disable embedded library copies: libmkv, faac and mpv2

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sat Feb 15 15:18:07 UTC 2014


The following commit has been merged in the master branch:
commit d06f7cdff272fd4df3675ed02b54714933c97c9f
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sat Feb 15 13:57:10 2014 +0000

    disable embedded library copies: libmkv, faac and mpv2
    
    Upstream is in the process of moving all of this functionality to
    libavcodec/libavformat.

diff --git a/debian/rules b/debian/rules
index 1067860..ab81dc3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,9 @@ LDFLAGS += -Wl,-z,defs -Wl,--as-needed
 
 override_dh_auto_configure:
 	./configure --prefix=/usr --build build --debug=std \
+		--disable-libmkv \
+	        --disable-faac \
+		--disable-mp4v2 \
 		CC="$(CC)" CXX="$(CXX)" \
 		CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)"
 

-- 
handbrake packaging



More information about the pkg-multimedia-commits mailing list