[vlc-commits] Contribs: runtime-detect only has impact on PPC

Jean-Baptiste Kempf git at videolan.org
Wed Oct 3 15:30:05 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Oct  3 15:27:19 2012 +0200| [a08f55513450e289ad9b3252f513c16e90b2ebfc] | committer: Jean-Baptiste Kempf

Contribs: runtime-detect only has impact on PPC

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

 contrib/src/ffmpeg/rules.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
index 15aabaf..e30017c 100644
--- a/contrib/src/ffmpeg/rules.mak
+++ b/contrib/src/ffmpeg/rules.mak
@@ -54,7 +54,7 @@ endif
 
 # ARM stuff
 ifeq ($(ARCH),arm)
-FFMPEGCONF += --disable-runtime-cpudetect --arch=arm
+FFMPEGCONF += --arch=arm
 ifdef HAVE_NEON
 FFMPEGCONF += --cpu=cortex-a8 --enable-neon
 FFMPEG_CFLAGS +=-mfloat-abi=softfp -mfpu=neon



More information about the vlc-commits mailing list