summaryrefslogtreecommitdiffstats
path: root/main/gst-plugins-bad0.10/libvpx-1.4.0.patch
blob: fc4c94098ecf52af3b89b92f9d3162fc1e018118 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- ./ext/vp8/gstvp8utils.h.orig
+++ ./ext/vp8/gstvp8utils.h
@@ -26,10 +26,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