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 /contrib | |
parent | dc8e3099460258b550dc55981621987d3a9abe64 (diff) |
using dispatcher from https://github.com/lu-zero/mfx_dispatch
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ffmpeg/A00-qsv.patch | 8 | ||||
-rw-r--r-- | contrib/libmfx/module.defs | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/contrib/ffmpeg/A00-qsv.patch b/contrib/ffmpeg/A00-qsv.patch index d98132f26..1082d7924 100644 --- a/contrib/ffmpeg/A00-qsv.patch +++ b/contrib/ffmpeg/A00-qsv.patch @@ -22,7 +22,7 @@ index 5085333..7283fb1 100755 # hardware accelerators dxva2_deps="dxva2api_h" -+qsv_deps="msdk_mfxvideo_h" ++qsv_deps="mfx_mfxvideo_h" vaapi_deps="va_va_h" vda_deps="VideoDecodeAcceleration_VDADecoder_h pthreads" vda_extralibs="-framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore" @@ -39,7 +39,7 @@ index 5085333..7283fb1 100755 check_header io.h check_header mach/mach_time.h check_header malloc.h -+check_header msdk/mfxvideo.h ++check_header mfx/mfxvideo.h check_header poll.h check_header sys/mman.h check_header sys/param.h @@ -830,7 +830,7 @@ index 0000000..52378cf + * Note: Compilation would require: + * - Intel MediaSDK headers, Full SDK is avaialble from the original web site: + * http://software.intel.com/en-us/vcsource/tools/media-SDK -+ * Will be referenced as msdk/*.h (mfxdefs.h, mfxstructures.h, ... ) ++ * Will be referenced as mfx/*.h (mfxdefs.h, mfxstructures.h, ... ) + * and + * - Final application has to link against Intel MediaSDK dispatcher, available + * at MediaSDK as well @@ -868,7 +868,7 @@ index 0000000..52378cf + +#include <stdint.h> +#include <string.h> -+#include "msdk/mfxvideo.h" ++#include "mfx/mfxvideo.h" +#include "libavutil/mem.h" +#include "libavutil/time.h" + diff --git a/contrib/libmfx/module.defs b/contrib/libmfx/module.defs index 8d607c7fe..3c6407921 100644 --- a/contrib/libmfx/module.defs +++ b/contrib/libmfx/module.defs @@ -1,7 +1,7 @@ $(eval $(call import.MODULE.defs,LIBMFX,libmfx)) $(eval $(call import.CONTRIB.defs,LIBMFX)) -LIBMFX.FETCH.url = http://download.handbrake.fr/contrib/libmfx-v6.0.0.349.tar.bz2 +LIBMFX.FETCH.url = http://download.handbrake.fr/contrib/mfx_dispatch-9f4a84d7.tar.gz LIBMFX.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache; autoreconf -fiv; |