summaryrefslogtreecommitdiff
path: root/libre/gstreamer0.10-bad/drop-vpx-compat-defs.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-04-21 12:36:31 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-04-21 12:36:31 -0300
commit21ae669d784caa8c42a8ceba478462b11fa91947 (patch)
tree1d269c8f81a71f0a699cfb85f8b1514fdbb01101 /libre/gstreamer0.10-bad/drop-vpx-compat-defs.patch
parentb749ea8fb4002bc4bda18b0e34dbd53f8f9bc965 (diff)
gstreamer0.10-bad-0.10.23-9.parabola1: rebuild against libvpx 1.4.0
Diffstat (limited to 'libre/gstreamer0.10-bad/drop-vpx-compat-defs.patch')
-rw-r--r--libre/gstreamer0.10-bad/drop-vpx-compat-defs.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/libre/gstreamer0.10-bad/drop-vpx-compat-defs.patch b/libre/gstreamer0.10-bad/drop-vpx-compat-defs.patch
new file mode 100644
index 000000000..c7bec44e0
--- /dev/null
+++ b/libre/gstreamer0.10-bad/drop-vpx-compat-defs.patch
@@ -0,0 +1,26 @@
+--- gst-plugins-bad.orig/ext/vp8/gstvp8utils.h 2015-04-21 03:31:33.134952881 +0300
++++ gst-plugins-bad/ext/vp8/gstvp8utils.h 2015-04-21 03:32:45.553520671 +0300
+@@ -25,23 +25,6 @@
+
+ G_BEGIN_DECLS
+
+-/* Some compatibility defines for older libvpx versions */
+-#ifndef VPX_IMG_FMT_I420
+-#define VPX_IMG_FMT_I420 IMG_FMT_I420
+-#endif
+-
+-#ifndef VPX_PLANE_Y
+-#define VPX_PLANE_Y PLANE_Y
+-#endif
+-
+-#ifndef VPX_PLANE_U
+-#define VPX_PLANE_U PLANE_U
+-#endif
+-
+-#ifndef VPX_PLANE_V
+-#define VPX_PLANE_V PLANE_V
+-#endif
+-
+ const char * gst_vpx_error_name (vpx_codec_err_t status);
+
+ G_END_DECLS