Skip to content
Snippets Groups Projects
Commit 06ada2fa authored by Aurélien Zanelli's avatar Aurélien Zanelli Committed by Tim-Philipp Müller
Browse files

vpx: remove compatibility defines

We are guaranteed to have VPX_IMG_FMT_I420, VPX_PLANE_Y,
VPX_PLANE_U and VPX_PLANE_V as we require libvpx > 1.1.0.

https://bugzilla.gnome.org/show_bug.cgi?id=739476
parent 32ce06bb
No related branches found
No related tags found
Loading
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment