From 62339c0e4df458d58409695e890a7e22b7247018 Mon Sep 17 00:00:00 2001 From: Exverge Date: Mon, 11 Nov 2024 14:06:30 -0500 Subject: [PATCH] Partially revert "ih264d: Modify to compile with AppleClang & for M1" Partially reverts d2a9c317d6f8cd66f76213b42ce93248c1b788fe Superseded by 9a53b19403d4fea5861bcdf115a673d801759245 --- dependencies/ih264d/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/ih264d/CMakeLists.txt b/dependencies/ih264d/CMakeLists.txt index 626424f5..d97d6dda 100644 --- a/dependencies/ih264d/CMakeLists.txt +++ b/dependencies/ih264d/CMakeLists.txt @@ -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})