msdk: fix to build msdkvp8dec with mfx_dispatch

https://bugzilla.gnome.org/show_bug.cgi?id=789751
This commit is contained in:
Hyunjun Ko 2017-11-03 10:55:28 +09:00 committed by Sebastian Dröge
parent b9e8ffb4be
commit 66d2bce8ff

View file

@ -34,9 +34,15 @@
# include <config.h>
#endif
#ifdef HAVE_LIBMFX
# include <mfx/mfxplugin.h>
# include <mfx/mfxvp8.h>
#else
# include "mfxplugin.h"
# include "mfxvp8.h"
#endif
#include "gstmsdkvp8dec.h"
#include <mfxvp8.h>
#include <mfxplugin.h>
GST_DEBUG_CATEGORY_EXTERN (gst_msdkvp8dec_debug);
#define GST_CAT_DEFAULT gst_msdkvp8dec_debug