mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 00:47:58 -05:00
Merge pull request #7602 from jbeich/freebsd-vaapi
build: enable VA-API on FreeBSD
This commit is contained in:
@ -32,7 +32,7 @@ constexpr std::array PREFERRED_GPU_DECODERS = {
|
||||
#ifdef _WIN32
|
||||
AV_HWDEVICE_TYPE_D3D11VA,
|
||||
AV_HWDEVICE_TYPE_DXVA2,
|
||||
#elif defined(__linux__)
|
||||
#elif defined(__unix__)
|
||||
AV_HWDEVICE_TYPE_VAAPI,
|
||||
AV_HWDEVICE_TYPE_VDPAU,
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user