[SCM] ffmpeg2theora/master: Adding patch to remove libswresample from SConstruct.

tiago at users.alioth.debian.org tiago at users.alioth.debian.org
Fri Nov 16 01:29:44 UTC 2012


The following commit has been merged in the master branch:
commit c13044ec94421a203de7c33f7682959171b0a56d
Author: Tiago Bortoletto Vaz <tiago at debian.org>
Date:   Thu Nov 15 20:25:16 2012 -0500

    Adding patch to remove libswresample from SConstruct.

diff --git a/debian/patches/003-libswresample.patch b/debian/patches/003-libswresample.patch
new file mode 100644
index 0000000..5bc6087
--- /dev/null
+++ b/debian/patches/003-libswresample.patch
@@ -0,0 +1,10 @@
+--- a/SConstruct
++++ b/SConstruct
+@@ -151,7 +151,6 @@
+       "libavcodec >= 52.30.0",
+       "libpostproc",
+       "libswscale",
+-      "libswresample",
+       "libavutil",
+   ]
+   if os.path.exists("./ffmpeg"):
diff --git a/debian/patches/series b/debian/patches/series
index 256399e..b0f0ba0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 #001-build-with-libav-0.7.patch
 002-Makefile.patch
+003-libswresample.patch

-- 
ffmpeg2theora packaging



More information about the pkg-multimedia-commits mailing list