p7zip: assorted fixes
[oi-userland.git] / components / encumbered / gst-plugins-bad / patches / vp8-build.patch
blobd0a2419f974c6e1529c24c8c54153145629474bf
1 From 7a56e23d4dafe6a51096d2334c45f0857ef745dd Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Aur=C3=A9lien=20Zanelli?= <aurelien.zanelli@darkosphere.fr>
3 Date: Sat, 1 Nov 2014 12:18:02 +0100
4 Subject: vpx: remove compatibility defines
6 We are guaranteed to have VPX_IMG_FMT_I420, VPX_PLANE_Y, VPX_PLANE_U and
7 VPX_PLANE_V as we require libvpx > 1.1.0.
9 https://bugzilla.gnome.org/show_bug.cgi?id=739476
10 ---
11 ext/vpx/gstvp8utils.h | 17 -----------------
12 1 file changed, 17 deletions(-)
14 diff --git a/ext/vpx/gstvp8utils.h b/ext/vpx/gstvp8utils.h
15 index df4e77e..ea45df1 100644
16 --- a/ext/vp8/gstvp8utils.h
17 +++ b/ext/vp8/gstvp8utils.h
18 @@ -25,23 +25,6 @@
20 G_BEGIN_DECLS
22 -/* Some compatibility defines for older libvpx versions */
23 -#ifndef VPX_IMG_FMT_I420
24 -#define VPX_IMG_FMT_I420 IMG_FMT_I420
25 -#endif
27 -#ifndef VPX_PLANE_Y
28 -#define VPX_PLANE_Y PLANE_Y
29 -#endif
31 -#ifndef VPX_PLANE_U
32 -#define VPX_PLANE_U PLANE_U
33 -#endif
35 -#ifndef VPX_PLANE_V
36 -#define VPX_PLANE_V PLANE_V
37 -#endif
39 const char * gst_vpx_error_name (vpx_codec_err_t status);
41 G_END_DECLS
42 --
43 2.1.2