[vlc-devel] commit: FFMPEG: remove CPU detect hack ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Aug 29 17:40:50 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Aug  8 22:06:33 2009 +0300| [669c7bf2df7a89a9f7eb4a1f2f3d1a5cee4a8664] | committer: Rémi Denis-Courmont 

FFMPEG: remove CPU detect hack

There is a configure option for this...

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

 extras/contrib/src/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 175cb2a..77a3919 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1033,7 +1033,7 @@ else
 .ffmpeg: ffmpeg .lame .gsm
 endif
 endif
-	(cd $<; $(HOSTCC) ./configure $(FFMPEGCONF) --prefix=$(PREFIX) --extra-cflags="$(CFLAGS) $(FFMPEG_CFLAGS) -DRUNTIME_CPUDETECT" --extra-ldflags="$(LDFLAGS)" $(FFMPEGCONF) --disable-shared --enable-static && make && make install-libs install-headers)
+	(cd $<; $(HOSTCC) ./configure $(FFMPEGCONF) --prefix=$(PREFIX) --extra-cflags="$(CFLAGS) $(FFMPEG_CFLAGS)" --extra-ldflags="$(LDFLAGS)" $(FFMPEGCONF) --disable-shared --enable-static && make && make install-libs install-headers)
 	touch $@
 
 ifdef SVN




More information about the vlc-devel mailing list