[vlc-commits] contrib: ffmpeg: don't bother with --enable-neon and --enable-iwmmxt

Rémi Denis-Courmont git at videolan.org
Wed Jun 29 18:54:09 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Jun 29 19:52:52 2011 +0300| [13c9ba8e0b80c56517055eff876ebca9cafea92c] | committer: Rémi Denis-Courmont

contrib: ffmpeg: don't bother with --enable-neon and --enable-iwmmxt

The FFmpeg configure script autodetects those correctly. Of course,
this assumes that the compiler defaults or flags are adequate.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=13c9ba8e0b80c56517055eff876ebca9cafea92c
---

 contrib/src/ffmpeg/rules.mak |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
index 1f2e317..10e726f 100644
--- a/contrib/src/ffmpeg/rules.mak
+++ b/contrib/src/ffmpeg/rules.mak
@@ -52,12 +52,6 @@ endif
 # ARM stuff
 ifeq ($(ARCH),arm)
 FFMPEGCONF += --disable-runtime-cpudetect
-# TODO: define HAVE_ARM_NEON or something
-ifdef HAVE_ARM_NEON
-# XXX: REVISIT choice of CPU?
-FFMPEGCONF += --cpu=cortex-a8 --enable-neon
-endif
-# TODO: --enable-iwmmxt if anyone still cares
 endif
 
 # Darwin



More information about the vlc-commits mailing list