summaryrefslogtreecommitdiff
path: root/sys/msdk/msdk.h
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2019-01-08 13:36:09 +0100
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2019-01-08 12:59:45 +0000
commitc22f92c7994c460b2eed3d4a448bb8d8a4bed1f0 (patch)
treeea1b6dd9e7d66637f890243c90c4dfed817a3015 /sys/msdk/msdk.h
parent604c8d5232eba961ca34c9e98de8d5454cd5ab5f (diff)
downloadgstreamer-plugins-bad-c22f92c7994c460b2eed3d4a448bb8d8a4bed1f0.tar.gz
msdk: add mfx in include path
Thus removing the preprocessor's directives to included if found.
Diffstat (limited to 'sys/msdk/msdk.h')
-rw-r--r--sys/msdk/msdk.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/msdk/msdk.h b/sys/msdk/msdk.h
index a2775a65b..12b5d5adf 100644
--- a/sys/msdk/msdk.h
+++ b/sys/msdk/msdk.h
@@ -41,11 +41,7 @@
#include <gst/gst.h>
#include <gst/video/video.h>
-#ifdef HAVE_MFX_MFXDEFS_H
-# include <mfx/mfxvideo.h>
-#else
-# include "mfxvideo.h"
-#endif
+#include <mfxvideo.h>
G_BEGIN_DECLS