mirror of
https://github.com/yuzu-emu/ext-windows-bin.git
synced 2024-11-21 23:55:39 +01:00
ffmpeg: Enable hw acceleration on VP9, H.264
VP8 hwaccel seems non-functional in yuzu at the moment, so leaving that disabled for now.
This commit is contained in:
parent
646c29db8f
commit
f05649cd5f
Binary file not shown.
@ -53,6 +53,11 @@ cd build
|
||||
--enable-shared \
|
||||
--disable-iconv \
|
||||
--enable-filter=yadif \
|
||||
--enable-d3d11va \
|
||||
--enable-hwaccel={h264_nvdec,vp9_nvdec} \
|
||||
--enable-nvdec \
|
||||
--enable-ffnvcodec \
|
||||
--enable-cuvid \
|
||||
--prefix=/
|
||||
make -j$(nproc)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user