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:
Haihao Xiang 2020-09-01 13:32:44 +08:00
parent ce18a344f4
commit cc3057e4ea

View file

@ -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