omxvp8dec: use VP8 definition from OMX_VideoExt.h

https://bugzilla.gnome.org/show_bug.cgi?id=726957
This commit is contained in:
Zhao, Halley 2014-03-24 16:09:40 +08:00 committed by Sebastian Dröge
parent 0b2f5791f0
commit 38a07c5386
2 changed files with 3 additions and 1 deletions

View file

@ -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],

View file

@ -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