[MOVED FROM BAD 043/134] vp8: Add compatilibity defines to work with older versions...
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 24 May 2010 09:04:02 +0000 (11:04 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 16 Sep 2012 13:27:14 +0000 (15:27 +0200)
ext/vp8/gstvp8utils.h

index 4c07127bba40d0bed3539609c504ba4c070ca0b4..68652ddb87771df7c94853b2540084ebf90374be 100644 (file)
 
 G_BEGIN_DECLS
 
+/* Some compatibility defines for older libvpx versions */
+#ifndef VPX_IMG_FMT_I420
+#define VPX_IMG_FMT_I420 IMG_FMT_I420
+#endif
+
 const char * gst_vpx_error_name (vpx_codec_err_t status);
 
 G_END_DECLS