File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ if [ "$TARGET_OS" == "windows" ]; then
28
28
export CROSS_COMPILE=" x86_64-w64-mingw32-"
29
29
export FFMPEG_EXTRA_ARGS=" --arch=x86_64 --target-os=mingw64 \
30
30
--cross-prefix=x86_64-w64-mingw32- --enable-nvenc --enable-ffnvcodec \
31
- --enable-cuda-llvm --enable-mediafoundation --pkg-config=pkg-config"
31
+ --enable-cuda-llvm --enable-mediafoundation --pkg-config=pkg-config --enable-d3d11va "
32
32
export FFMPEG_CFLAGS=" -I$DIST /include"
33
33
export FFMPEG_LIBRARY_PATH=" -L$DIST /lib"
34
34
else
35
35
export CC=" cl"
36
36
export FFMPEG_EXTRA_ARGS=" --toolchain=msvc --enable-nvenc --enable-ffnvcodec \
37
- --enable-cuda-llvm --enable-mediafoundation"
37
+ --enable-cuda-llvm --enable-mediafoundation --enable-d3d11va "
38
38
export FFMPEG_CFLAGS=" -I$DIST /include"
39
39
export FFMPEG_LIBRARY_PATH=" -LIBPATH:$DIST /lib"
40
40
fi
You can’t perform that action at this time.
0 commit comments