[SCM] idjc/master: Remove libav-0.7.patch, not needed anymore.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Dec 3 14:47:14 UTC 2011


The following commit has been merged in the master branch:
commit 92bbe83e3fb368b49158e225d15556ab2b452992
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Dec 3 15:46:21 2011 +0100

    Remove libav-0.7.patch, not needed anymore.

diff --git a/debian/patches/libav-0.7.patch b/debian/patches/libav-0.7.patch
deleted file mode 100644
index 893d658..0000000
--- a/debian/patches/libav-0.7.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Fix FTBFS with libavcodec 0.7 due to an API change.
-Author: Jonathan Nieder <jrnieder at gmail.com>
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623797
-Forwarded: https://sourceforge.net/support/tracker.php?aid=3292384
----
- c/avcodecdecode.c |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- idjc.orig/c/avcodecdecode.c
-+++ idjc/c/avcodecdecode.c
-@@ -232,7 +232,7 @@ int avcodecdecode_reg(struct xlplayer *x
-    for(self->stream = 0; self->stream < self->ic->nb_streams; self->stream++)
-       {
-       self->c = self->ic->streams[self->stream]->codec;
--      if(self->c->codec_type == CODEC_TYPE_AUDIO)
-+      if(self->c->codec_type == AVMEDIA_TYPE_AUDIO)
-          break;
-       }
- 
diff --git a/debian/patches/series b/debian/patches/series
index 14b0020..9692f05 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-libav-0.7.patch
 bashism-in-configure.patch

-- 
idjc packaging



More information about the pkg-multimedia-commits mailing list