summaryrefslogtreecommitdiff
path: root/gst-plugins-bad-compat/drop-vpx-compat-defs.patch
blob: c7bec44e0577446644bda42c2697c049f1175747 (plain)
    1 --- gst-plugins-bad.orig/ext/vp8/gstvp8utils.h	2015-04-21 03:31:33.134952881 +0300
    2 +++ gst-plugins-bad/ext/vp8/gstvp8utils.h	2015-04-21 03:32:45.553520671 +0300
    3 @@ -25,23 +25,6 @@
    4  
    5  G_BEGIN_DECLS
    6  
    7 -/* Some compatibility defines for older libvpx versions */
    8 -#ifndef VPX_IMG_FMT_I420
    9 -#define VPX_IMG_FMT_I420 IMG_FMT_I420
   10 -#endif
   11 -
   12 -#ifndef VPX_PLANE_Y
   13 -#define VPX_PLANE_Y PLANE_Y
   14 -#endif
   15 -
   16 -#ifndef VPX_PLANE_U
   17 -#define VPX_PLANE_U PLANE_U
   18 -#endif
   19 -
   20 -#ifndef VPX_PLANE_V
   21 -#define VPX_PLANE_V PLANE_V
   22 -#endif
   23 -
   24  const char * gst_vpx_error_name (vpx_codec_err_t status);
   25  
   26  G_END_DECLS

Generated by cgit