aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzard <fuzzard@users.noreply.github.com>2023-10-17 11:28:38 +1000
committerGitHub <noreply@github.com>2023-10-17 11:28:38 +1000
commit10da32656f0f3f23239b672929618633831d67d7 (patch)
tree686d70b8464d117284078ac258f30e1c482a98a2
parent9cd442783a2cf0fb48cbb6dbdf0474868333dd34 (diff)
parentc1c16158eb393db4919b0cd9bc4f50b9d6ec1ec2 (diff)
downloadxbmc-10da32656f0f3f23239b672929618633831d67d7.tar.xz
Merge pull request #23839 from joseluismarti/ffmpeg--enable-neon
[Android][FFmpeg] flag --enable-neon has no actual effects on Android targets
-rw-r--r--tools/depends/target/ffmpeg/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/depends/target/ffmpeg/Makefile b/tools/depends/target/ffmpeg/Makefile
index 82f86ef008..0a00827ba2 100644
--- a/tools/depends/target/ffmpeg/Makefile
+++ b/tools/depends/target/ffmpeg/Makefile
@@ -35,12 +35,6 @@ else
BASE_URL := http://mirrors.kodi.tv/build-deps/sources
endif
-ifeq ($(OS), android)
- ifeq ($(findstring arm64, $(CPU)), arm64)
- CMAKE_ARGS+= -DENABLE_NEON=YES
- endif
-endif
-
include ../../download-files.include
all: .installed-$(PLATFORM)