mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue