mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +00:00
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
1 changed files with 8 additions and 2 deletions
|
@ -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…
Reference in a new issue