mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
[MOVED FROM BAD 043/134] vp8: Add compatilibity defines to work with older versions of libvpx too
This commit is contained in:
parent
70305a8088
commit
b9e31e22c6
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
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);
|
const char * gst_vpx_error_name (vpx_codec_err_t status);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
Loading…
Reference in a new issue