Partially revert "ih264d: Modify to compile with AppleClang & for M1"

Partially reverts d2a9c317d6
Superseded by 9a53b19403
This commit is contained in:
Exverge 2024-11-11 14:06:30 -05:00
parent 6290c19570
commit 62339c0e4d
No known key found for this signature in database
GPG key ID: 19AAFC0AC6A9B35A

View file

@ -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})