aboutsummaryrefslogtreecommitdiffstats
path: root/main/gst-plugins-bad0.10/libvpx-1.4.0.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-04-22 13:32:49 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-04-22 14:01:08 +0000
commit1c29dfebbb839b34919dd02ceef8a2715f9ac3de (patch)
tree50c4df6f41a8b66175b51cc5984bd99e32280605 /main/gst-plugins-bad0.10/libvpx-1.4.0.patch
parent55ad88b62424d0e27cbe724aa16360cb49f4dddd (diff)
downloadaports-1c29dfebbb839b34919dd02ceef8a2715f9ac3de.tar.bz2
aports-1c29dfebbb839b34919dd02ceef8a2715f9ac3de.tar.xz
main/gst-plugins-bad0.10: rebuild against libvpx-1.4.0
Diffstat (limited to 'main/gst-plugins-bad0.10/libvpx-1.4.0.patch')
-rw-r--r--main/gst-plugins-bad0.10/libvpx-1.4.0.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/main/gst-plugins-bad0.10/libvpx-1.4.0.patch b/main/gst-plugins-bad0.10/libvpx-1.4.0.patch
new file mode 100644
index 0000000000..fc4c94098e
--- /dev/null
+++ b/main/gst-plugins-bad0.10/libvpx-1.4.0.patch
@@ -0,0 +1,13 @@
+--- ./ext/vp8/gstvp8utils.h.orig
++++ ./ext/vp8/gstvp8utils.h
+@@ -26,10 +26,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