$OpenBSD: patch-ext_vp8_gstvp8utils_h,v 1.1 2015/04/13 06:56:47 ajacoutot Exp $
--- ext/vp8/gstvp8utils.h.orig	Sun Dec 11 13:49:11 2011
+++ ext/vp8/gstvp8utils.h	Wed Apr  8 01:42:41 2015
@@ -25,23 +25,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
-
-#ifndef VPX_PLANE_U
-#define VPX_PLANE_U PLANE_U
-#endif
-
-#ifndef VPX_PLANE_V
-#define VPX_PLANE_V PLANE_V
-#endif
-
 const char * gst_vpx_error_name (vpx_codec_err_t status);
 
 G_END_DECLS
