mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-13 12:48:23 -04:00
doesnt need extra brcnh
This commit is contained in:
parent
8d8f4209fc
commit
05c5b4ebcc
1 changed files with 4 additions and 6 deletions
10
externals/ffmpeg/CMakeLists.txt
vendored
10
externals/ffmpeg/CMakeLists.txt
vendored
|
|
@ -55,12 +55,10 @@ endif()
|
|||
if (UNIX AND NOT ANDROID)
|
||||
find_package(PkgConfig)
|
||||
if (PkgConfig_FOUND)
|
||||
if (NOT ANDROID)
|
||||
pkg_check_modules(LIBVA libva)
|
||||
pkg_check_modules(CUDA cuda)
|
||||
pkg_check_modules(FFNVCODEC ffnvcodec)
|
||||
pkg_check_modules(VDPAU vdpau)
|
||||
endif()
|
||||
pkg_check_modules(LIBVA libva)
|
||||
pkg_check_modules(CUDA cuda)
|
||||
pkg_check_modules(FFNVCODEC ffnvcodec)
|
||||
pkg_check_modules(VDPAU vdpau)
|
||||
find_package(X11)
|
||||
if(X11_FOUND)
|
||||
if (NOT APPLE)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue