omxvp8dec: use VP8 definition from OMX_VideoExt.h
authorZhao, Halley <halley.zhao@intel.com>
Mon, 24 Mar 2014 08:09:40 +0000 (16:09 +0800)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 24 Jun 2014 08:21:07 +0000 (10:21 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=726957

configure.ac
omx/gstomxvp8dec.h

index 624bbaf4f7e076807a28f039038c50ba021b9169..21acb75687e596c9343613036bfd9f8b17a31330 100644 (file)
@@ -176,7 +176,8 @@ AC_CHECK_DECLS([OMX_VIDEO_CodingVP8],
     HAVE_VP8=yes
   ], [
     HAVE_VP8=no
-  ], [[#include <OMX_Video.h>]])
+  ], [[#include <OMX_Video.h>
+       #include <OMX_VideoExt.h>]])
 AM_CONDITIONAL(HAVE_VP8, test "x$HAVE_VP8" = "xyes")
 
 AC_CHECK_DECLS([OMX_VIDEO_CodingTheora],
index f99f4cebcbec6e5c00f5a786d177e10234215b02..5648ba38a8041cc850dc64342e1e21ff38a4cf2c 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <gst/gst.h>
 #include "gstomxvideodec.h"
+#include <OMX_VideoExt.h>
 
 G_BEGIN_DECLS