[SCM] handbrake/master: debian/patches: First try at removing some of mp4v2.
rbrito-guest at users.alioth.debian.org
rbrito-guest at users.alioth.debian.org
Thu Jun 7 10:40:13 UTC 2012
The following commit has been merged in the master branch:
commit c515c59f6f08d81fd6609353576542925eda3197
Author: Rogério Brito <rbrito at ime.usp.br>
Date: Thu Jun 7 07:36:36 2012 -0300
debian/patches: First try at removing some of mp4v2.
Now, I'm going to read libav's API (actually, get some sleep).
Signed-off-by: Rogério Brito <rbrito at ime.usp.br>
diff --git a/debian/patches/0011-First-try-at-removing-some-of-mp4v2.patch b/debian/patches/0011-First-try-at-removing-some-of-mp4v2.patch
new file mode 100644
index 0000000..584692f
--- /dev/null
+++ b/debian/patches/0011-First-try-at-removing-some-of-mp4v2.patch
@@ -0,0 +1,24 @@
+From: =?UTF-8?q?Rog=C3=A9rio=20Brito?= <rbrito at ime.usp.br>
+Date: Thu, 7 Jun 2012 07:09:37 -0300
+Subject: First try at removing some of mp4v2.
+
+Signed-off-by: Rogério Brito <rbrito at ime.usp.br>
+---
+ libhb/stream.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/libhb/stream.c b/libhb/stream.c
+index 93167ba..362f862 100644
+--- a/libhb/stream.c
++++ b/libhb/stream.c
+@@ -12,7 +12,6 @@
+ #include "hbffmpeg.h"
+ #include "lang.h"
+ #include "a52dec/a52.h"
+-#include "mp4v2/mp4v2.h"
+ #include "libbluray/bluray.h"
+
+ #define min(a, b) a < b ? a : b
+--
+1.7.10
+
diff --git a/debian/patches/series b/debian/patches/series
index 6b34c50..e164cc3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@
#0008-Fix-for-compilation-with-Debian-s-libdca.patch
#0009-Remove-forcing-PGS-subtitles-to-be-included.patch
0010-Remove-FAAC-dependency.patch
+0011-First-try-at-removing-some-of-mp4v2.patch
--
handbrake packaging
More information about the pkg-multimedia-commits
mailing list