* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-mpeg2enc/files: gst-plugins-mpeg2enc-0.10.22-compile-fix.patch
@ 2011-11-04 7:30 Arun Raghavan (ford_prefect)
0 siblings, 0 replies; 2+ messages in thread
From: Arun Raghavan (ford_prefect) @ 2011-11-04 7:30 UTC (permalink / raw
To: gentoo-commits
ford_prefect 11/11/04 07:30:05
Added: gst-plugins-mpeg2enc-0.10.22-compile-fix.patch
Log:
Add a patch from upstream to fix compilation against mjpegtools 2.0. (fixes bug #369975)
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Revision Changes Path
1.1 media-plugins/gst-plugins-mpeg2enc/files/gst-plugins-mpeg2enc-0.10.22-compile-fix.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mpeg2enc/files/gst-plugins-mpeg2enc-0.10.22-compile-fix.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mpeg2enc/files/gst-plugins-mpeg2enc-0.10.22-compile-fix.patch?rev=1.1&content-type=text/plain
Index: gst-plugins-mpeg2enc-0.10.22-compile-fix.patch
===================================================================
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.9.0.2-2-gbebe
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-mpeg2enc/files: gst-plugins-mpeg2enc-0.10.22-compile-fix.patch
@ 2013-03-05 8:21 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2013-03-05 8:21 UTC (permalink / raw
To: gentoo-commits
eva 13/03/05 08:21:09
Removed: gst-plugins-mpeg2enc-0.10.22-compile-fix.patch
Log:
Clean up old revisions.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C6085806)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-05 8:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-05 8:21 [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-mpeg2enc/files: gst-plugins-mpeg2enc-0.10.22-compile-fix.patch Gilles Dartiguelongue (eva)
-- strict thread matches above, loose matches on Subject: below --
2011-11-04 7:30 Arun Raghavan (ford_prefect)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox