aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins-bad
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-06-07 10:47:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-06-07 10:47:49 +0000
commit9f720b9bc42e839926625b43341abd5b366a0347 (patch)
treef67301672bd2b64a7c3c6e1a84529aa806e094ea /multimedia/gstreamer-plugins-bad
parent0ec988ebb7d7d7bcef5e243606d2bce922ed86ed (diff)
downloadports-9f720b9bc42e839926625b43341abd5b366a0347.tar.gz
ports-9f720b9bc42e839926625b43341abd5b366a0347.zip
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins-bad')
-rw-r--r--multimedia/gstreamer-plugins-bad/files/patch-ext_mpeg2enc_gstmpeg2encoder.cc14
1 files changed, 14 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins-bad/files/patch-ext_mpeg2enc_gstmpeg2encoder.cc b/multimedia/gstreamer-plugins-bad/files/patch-ext_mpeg2enc_gstmpeg2encoder.cc
new file mode 100644
index 000000000000..5b42f5d829d5
--- /dev/null
+++ b/multimedia/gstreamer-plugins-bad/files/patch-ext_mpeg2enc_gstmpeg2encoder.cc
@@ -0,0 +1,14 @@
+--- ./ext/mpeg2enc/gstmpeg2encoder.cc.orig 2011-06-07 12:41:52.230187424 +0200
++++ ./ext/mpeg2enc/gstmpeg2encoder.cc 2011-06-07 12:42:40.731015830 +0200
+@@ -27,9 +27,8 @@
+ #include <mpegconsts.h>
+ #include <quantize.hh>
+ #if GST_MJPEGTOOLS_API >= 10900
+-#include <ontheflyratectl.hh>
+-#include <pass1ratectl.hh>
+-#include <pass2ratectl.hh>
++#include <ontheflyratectlpass1.hh>
++#include <ontheflyratectlpass2.hh>
+ #else
+ #include <ratectl.hh>
+ #endif