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:
lat9nq 2023-06-04 16:17:47 -04:00
parent 646c29db8f
commit f05649cd5f
2 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -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)