Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > 4afaca8ca194f0fd7a6ca90a37a57aa7 > files > 8

gstreamer0.10-plugins-bad-0.10.23-35.1.mga6.src.rpm

diff -up gst-plugins-bad-0.10.23/ext/vp8/gstvp8utils.h.libvpx-1.4 gst-plugins-bad-0.10.23/ext/vp8/gstvp8utils.h
--- gst-plugins-bad-0.10.23/ext/vp8/gstvp8utils.h.libvpx-1.4	2011-12-11 19:49:11.000000000 +0100
+++ gst-plugins-bad-0.10.23/ext/vp8/gstvp8utils.h	2015-06-27 16:41:29.532415619 +0200
@@ -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