summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
authorMax Dmytrychenko <[email protected]>2015-12-17 13:39:56 +0100
committerTim Walker <[email protected]>2015-12-27 23:17:22 +0100
commit1e5639512858ffce34d8664de63f7deeb4100720 (patch)
tree9861cccf2b9930b5d3164c36bf032f48a4b36837 /libhb
parentdc8e3099460258b550dc55981621987d3a9abe64 (diff)
using dispatcher from https://github.com/lu-zero/mfx_dispatch
Diffstat (limited to 'libhb')
-rw-r--r--libhb/qsv_common.h4
-rw-r--r--libhb/qsv_filter_pp.h2
-rw-r--r--libhb/qsv_memory.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/libhb/qsv_common.h b/libhb/qsv_common.h
index b1adc5c5a..18208bbf7 100644
--- a/libhb/qsv_common.h
+++ b/libhb/qsv_common.h
@@ -10,8 +10,8 @@
#ifndef HB_QSV_COMMON_H
#define HB_QSV_COMMON_H
-#include "msdk/mfxvideo.h"
-#include "msdk/mfxplugin.h"
+#include "mfx/mfxvideo.h"
+#include "mfx/mfxplugin.h"
#include "libavcodec/avcodec.h"
/* Minimum Intel Media SDK version (currently 1.3, for Sandy Bridge support) */
diff --git a/libhb/qsv_filter_pp.h b/libhb/qsv_filter_pp.h
index 8a72ad5b2..99835b8a6 100644
--- a/libhb/qsv_filter_pp.h
+++ b/libhb/qsv_filter_pp.h
@@ -29,7 +29,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef QSV_FILTER_PP_H
#define QSV_FILTER_PP_H
-#include "msdk/mfxplugin.h"
+#include "mfx/mfxplugin.h"
struct qsv_filter_task_s;
diff --git a/libhb/qsv_memory.h b/libhb/qsv_memory.h
index 2d0f51208..b2a5b0302 100644
--- a/libhb/qsv_memory.h
+++ b/libhb/qsv_memory.h
@@ -30,7 +30,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define QSV_MEMORY_H
#include "libavcodec/qsv.h"
-#include "msdk/mfxplugin.h"
+#include "mfx/mfxplugin.h"
typedef struct{