mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-01 06:29:00 +02:00
cross compile insn, exclude x11 from headless
This commit is contained in:
parent
7b7b50f37c
commit
ab8867cd50
2 changed files with 4 additions and 2 deletions
2
externals/ffmpeg/CMakeLists.txt
vendored
2
externals/ffmpeg/CMakeLists.txt
vendored
|
|
@ -11,7 +11,7 @@ set(FFmpeg_HWACCEL_FLAGS)
|
|||
set(FFmpeg_HWACCEL_INCLUDE_DIRS)
|
||||
set(FFmpeg_HWACCEL_LDFLAGS)
|
||||
|
||||
if (UNIX AND NOT ANDROID)
|
||||
if (PLATFORM_LINUX AND NOT ANDROID)
|
||||
find_package(PkgConfig REQUIRED)
|
||||
if (NOT ANDROID)
|
||||
pkg_check_modules(LIBVA libva)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue