Skip to content
Snippets Groups Projects
Commit 38a07c53 authored by Zhao, Halley's avatar Zhao, Halley Committed by Sebastian Dröge
Browse files

omxvp8dec: use VP8 definition from OMX_VideoExt.h

https://bugzilla.gnome.org/show_bug.cgi?id=726957
parent 0b2f5791
No related branches found
No related tags found
No related merge requests found
......@@ -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],
......
......@@ -23,6 +23,7 @@
#include <gst/gst.h>
#include "gstomxvideodec.h"
#include <OMX_VideoExt.h>
G_BEGIN_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