msdk: fix to build msdkvp8dec with mfx_dispatch
https://bugzilla.gnome.org/show_bug.cgi?id=789751
This commit is contained in:
parent
b9e8ffb4be
commit
66d2bce8ff
@ -34,9 +34,15 @@
|
|||||||
# include <config.h>
|
# include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_LIBMFX
|
||||||
|
# include <mfx/mfxplugin.h>
|
||||||
|
# include <mfx/mfxvp8.h>
|
||||||
|
#else
|
||||||
|
# include "mfxplugin.h"
|
||||||
|
# include "mfxvp8.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "gstmsdkvp8dec.h"
|
#include "gstmsdkvp8dec.h"
|
||||||
#include <mfxvp8.h>
|
|
||||||
#include <mfxplugin.h>
|
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_EXTERN (gst_msdkvp8dec_debug);
|
GST_DEBUG_CATEGORY_EXTERN (gst_msdkvp8dec_debug);
|
||||||
#define GST_CAT_DEFAULT gst_msdkvp8dec_debug
|
#define GST_CAT_DEFAULT gst_msdkvp8dec_debug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user