]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/commitdiff
- fix build against mjpegtools-2.0.0 (patch from mandriva)
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 12 Feb 2012 22:57:55 +0000 (22:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gstreamer-plugins-bad-mjpegtools200.patch -> 1.1

gstreamer-plugins-bad-mjpegtools200.patch [new file with mode: 0644]

diff --git a/gstreamer-plugins-bad-mjpegtools200.patch b/gstreamer-plugins-bad-mjpegtools200.patch
new file mode 100644 (file)
index 0000000..1c5afda
--- /dev/null
@@ -0,0 +1,26 @@
+From 407b02578689804dc6bc47e53be9e87cc1b25597 Mon Sep 17 00:00:00 2001
+From: Götz Waschk <waschk@mandriva.org>
+Date: Tue, 24 May 2011 13:42:44 +0000
+Subject: mpeg2enc: support mjpegtools 2.0
+
+This adds conditional includes for the renamed headers in mjpegtools 2.0.
+Fixes: #650970.
+---
+diff --git a/ext/mpeg2enc/gstmpeg2encoder.cc b/ext/mpeg2enc/gstmpeg2encoder.cc
+index acfda50..31f1a30 100644
+--- a/ext/mpeg2enc/gstmpeg2encoder.cc
++++ b/ext/mpeg2enc/gstmpeg2encoder.cc
+@@ -26,7 +26,10 @@
+ #include <mpegconsts.h>
+ #include <quantize.hh>
+-#if GST_MJPEGTOOLS_API >= 10900
++#if GST_MJPEGTOOLS_API >= 10903
++#include <ontheflyratectlpass1.hh>
++#include <ontheflyratectlpass2.hh>
++#elif GST_MJPEGTOOLS_API >= 10900
+ #include <ontheflyratectl.hh>
+ #include <pass1ratectl.hh>
+ #include <pass2ratectl.hh>
+--
+cgit v0.8.3-6-g21f6
This page took 0.247621 seconds and 4 git commands to generate.