mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 09:34:40 -06:00
Partially revert "ih264d: Modify to compile with AppleClang & for M1"
Partially revertsd2a9c317d6Superseded by9a53b19403
This commit is contained in:
parent
6290c19570
commit
62339c0e4d
2
dependencies/ih264d/CMakeLists.txt
vendored
2
dependencies/ih264d/CMakeLists.txt
vendored
@ -140,7 +140,7 @@ target_sources(ih264d PRIVATE
|
||||
"decoder/x86/ih264d_function_selector_sse42.c"
|
||||
"decoder/x86/ih264d_function_selector_ssse3.c"
|
||||
)
|
||||
elseif(CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" OR CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64")
|
||||
elseif(CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64")
|
||||
enable_language( C CXX ASM )
|
||||
set(LIBAVCDEC_ARM_INCLUDES "common/armv8" "decoder/arm")
|
||||
include_directories("common/" "decoder/" ${LIBAVCDEC_ARM_INCLUDES})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user