msdkvp9dec: change the include header order
This fixes the compiler error when MFX_VERSION_USE_LATEST is defined in the SDK. /usr/include/mfx/mfxvp9.h:48:5: error: unknown type name ‘mfxExtBuffer’ mfxExtBuffer Header; Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1549>
This commit is contained in:
parent
ce18a344f4
commit
cc3057e4ea
@ -35,11 +35,11 @@
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <mfxvp9.h>
|
||||
|
||||
#include "gstmsdkvp9dec.h"
|
||||
#include "gstmsdkvideomemory.h"
|
||||
|
||||
#include <mfxvp9.h>
|
||||
|
||||
GST_DEBUG_CATEGORY_EXTERN (gst_msdkvp9dec_debug);
|
||||
#define GST_CAT_DEFAULT gst_msdkvp9dec_debug
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user