[vlc-commits] [Git][videolan/vlc][master] contrib: ffmpeg: remove no-op --enable-neon
Rémi Denis-Courmont (@Courmisch)
gitlab at videolan.org
Wed Oct 5 16:51:15 UTC 2022
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC
Commits:
657dbcae by Rémi Denis-Courmont at 2022-10-05T15:56:29+00:00
contrib: ffmpeg: remove no-op --enable-neon
This is the default, and has no actual effects. The FFmpeg configure
script will check if NEON is supported *unless* given --disable-neon is
passed.
By comparison, the ARMv6 condition below is correct (at least in this
respect) in forcefully disabling NEON.
- - - - -
1 changed file:
- contrib/src/ffmpeg/rules.mak
Changes:
=====================================
contrib/src/ffmpeg/rules.mak
=====================================
@@ -81,9 +81,6 @@ endif
# ARM stuff
ifeq ($(ARCH),arm)
FFMPEGCONF += --arch=arm
-ifdef HAVE_NEON
-FFMPEGCONF += --enable-neon
-endif
ifdef HAVE_ARMV7A
FFMPEGCONF += --cpu=cortex-a8
endif
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/657dbcae19d307e2ab7b5ea0b4fee9b7b9753635
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/657dbcae19d307e2ab7b5ea0b4fee9b7b9753635
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list