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

git version control git at videolan.org
Sat Aug 29 17:45:12 CEST 2009


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

FFMPEG: remove CPU detect hack

There is a configure option for this...
(cherry picked from commit 669c7bf2df7a89a9f7eb4a1f2f3d1a5cee4a8664)

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

 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 84d7444..1475cde 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1078,7 +1078,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