diff options
author | Max Dmytrychenko <[email protected]> | 2015-12-17 13:39:56 +0100 |
---|---|---|
committer | Tim Walker <[email protected]> | 2015-12-27 23:17:22 +0100 |
commit | 1e5639512858ffce34d8664de63f7deeb4100720 (patch) | |
tree | 9861cccf2b9930b5d3164c36bf032f48a4b36837 /libhb/qsv_common.h | |
parent | dc8e3099460258b550dc55981621987d3a9abe64 (diff) |
using dispatcher from https://github.com/lu-zero/mfx_dispatch
Diffstat (limited to 'libhb/qsv_common.h')
-rw-r--r-- | libhb/qsv_common.h | 4 |
1 files changed, 2 insertions, 2 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) */ |