mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
omxvp8dec: use VP8 definition from OMX_VideoExt.h
https://bugzilla.gnome.org/show_bug.cgi?id=726957
This commit is contained in:
parent
0b2f5791f0
commit
38a07c5386
2 changed files with 3 additions and 1 deletions
|
@ -176,7 +176,8 @@ AC_CHECK_DECLS([OMX_VIDEO_CodingVP8],
|
||||||
HAVE_VP8=yes
|
HAVE_VP8=yes
|
||||||
], [
|
], [
|
||||||
HAVE_VP8=no
|
HAVE_VP8=no
|
||||||
], [[#include <OMX_Video.h>]])
|
], [[#include <OMX_Video.h>
|
||||||
|
#include <OMX_VideoExt.h>]])
|
||||||
AM_CONDITIONAL(HAVE_VP8, test "x$HAVE_VP8" = "xyes")
|
AM_CONDITIONAL(HAVE_VP8, test "x$HAVE_VP8" = "xyes")
|
||||||
|
|
||||||
AC_CHECK_DECLS([OMX_VIDEO_CodingTheora],
|
AC_CHECK_DECLS([OMX_VIDEO_CodingTheora],
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include "gstomxvideodec.h"
|
#include "gstomxvideodec.h"
|
||||||
|
#include <OMX_VideoExt.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue