diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-16 16:08:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-16 16:26:48 +0000 |
commit | 3115cc7982e319dc2e97f0b0fc1ec1607b90d998 (patch) | |
tree | c8bc27091f5c1d525da3a5f22d9f990a7975c8a3 /community/gst-plugins-bad0.10/libvpx-1.4.0.patch | |
parent | 7151ceb8929179657c74ab10712965d39f417c44 (diff) | |
download | aports-3115cc7982e319dc2e97f0b0fc1ec1607b90d998.tar.bz2 aports-3115cc7982e319dc2e97f0b0fc1ec1607b90d998.tar.xz |
move main/gst-plugins-{good,bad,ugly}* to community
gst-plugins needs qt
Diffstat (limited to 'community/gst-plugins-bad0.10/libvpx-1.4.0.patch')
-rw-r--r-- | community/gst-plugins-bad0.10/libvpx-1.4.0.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/gst-plugins-bad0.10/libvpx-1.4.0.patch b/community/gst-plugins-bad0.10/libvpx-1.4.0.patch new file mode 100644 index 0000000000..fc4c94098e --- /dev/null +++ b/community/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 |