]> git.pld-linux.org Git - packages/gstreamer0.10-plugins-bad.git/blob - libvpx2.patch
- release 29 (by relup.sh)
[packages/gstreamer0.10-plugins-bad.git] / libvpx2.patch
1 --- gst-plugins-bad-0.10.23/ext/vp8/gstvp8utils.h~      2011-12-11 19:49:11.000000000 +0100
2 +++ gst-plugins-bad-0.10.23/ext/vp8/gstvp8utils.h       2015-05-24 00:06:51.244136379 +0200
3 @@ -22,26 +22,10 @@
4  
5  #include <gst/gst.h>
6  #include <vpx/vpx_codec.h>
7 +#include <vpx/vpx_image.h>
8  
9  G_BEGIN_DECLS
10  
11 -/* Some compatibility defines for older libvpx versions */
12 -#ifndef VPX_IMG_FMT_I420
13 -#define VPX_IMG_FMT_I420 IMG_FMT_I420
14 -#endif
15 -
16 -#ifndef VPX_PLANE_Y
17 -#define VPX_PLANE_Y PLANE_Y
18 -#endif
19 -
20 -#ifndef VPX_PLANE_U
21 -#define VPX_PLANE_U PLANE_U
22 -#endif
23 -
24 -#ifndef VPX_PLANE_V
25 -#define VPX_PLANE_V PLANE_V
26 -#endif
27 -
28  const char * gst_vpx_error_name (vpx_codec_err_t status);
29  
30  G_END_DECLS
This page took 0.021858 seconds and 3 git commands to generate.