[SCM] handbrake/experimental: Enable x265 support

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Nov 30 17:29:16 UTC 2014


The following commit has been merged in the experimental branch:
commit 5da654ab7aa61bd857cf063cb32cbd7890cfa047
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Nov 30 18:28:33 2014 +0100

    Enable x265 support

diff --git a/debian/control b/debian/control
index 6245572..34a01d0 100644
--- a/debian/control
+++ b/debian/control
@@ -44,6 +44,7 @@ Build-Depends:
  libtool,
  libvorbis-dev,
  libx264-dev,
+ libx265-dev,
  libxml2-dev,
  python,
  yasm (>= 1.2)
diff --git a/debian/rules b/debian/rules
index 104a9cb..febfe95 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ LDFLAGS += -Wl,-z,defs -Wl,--as-needed
 override_dh_auto_configure:
 	./configure --prefix=/usr --build build --debug=std \
 		--disable-fdk-aac \
-		--disable-x265 \
+		--enable-x265 \
 		--disable-gtk-update-checks \
 		CC="$(CC)" CXX="$(CXX)" \
 		CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)" CPPFLAGS="$(CPPFLAGS)"

-- 
handbrake packaging



More information about the pkg-multimedia-commits mailing list