mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-09 08:21:18 +12:00
Partially revert "ih264d: Modify to compile with AppleClang & for M1"
Partially revertsd2a9c317d6
Superseded by9a53b19403
This commit is contained in:
parent
6290c19570
commit
62339c0e4d
1 changed files with 1 additions and 1 deletions
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_sse42.c"
|
||||||
"decoder/x86/ih264d_function_selector_ssse3.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 )
|
enable_language( C CXX ASM )
|
||||||
set(LIBAVCDEC_ARM_INCLUDES "common/armv8" "decoder/arm")
|
set(LIBAVCDEC_ARM_INCLUDES "common/armv8" "decoder/arm")
|
||||||
include_directories("common/" "decoder/" ${LIBAVCDEC_ARM_INCLUDES})
|
include_directories("common/" "decoder/" ${LIBAVCDEC_ARM_INCLUDES})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue