]> git.sesse.net Git - vlc/commitdiff
contrib: Build ffmpeg with --cpu=pentium-m on Mac OS X/intel. (Patch by Jan David...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 8 Jun 2007 09:11:48 +0000 (09:11 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 8 Jun 2007 09:11:48 +0000 (09:11 +0000)
THANKS
extras/contrib/src/Makefile

diff --git a/THANKS b/THANKS
index ff8085a0169dbbc8c9644824c6449a751c1bdf63..42d51f3f655910fc0e1f4d4b4491be10a821fb09 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -86,6 +86,7 @@ Hans-Peter Jansen <hpj at urpla.net> - patch for module options handling
 Harry Sintonen <sintonen@iki.fi> - fix for MKV demuxer
 Igor Helman - VLM msecseek command
 Ilkka Ollakka - SDP bitrate patch, various VLM fixes
+Jan David Mol <jjdmol at gmail.com> - Suggested some flags for ffmpeg building
 Jan Gerber <j at v2v dot org> - patch theora decoding aspect ratio
 Jan Van Boghout <vlc at macrabbit.com> - iTunes like slider for OSX intf
 Javier Varela <tonxabar at hotmail.com> - Spanish translation
index e1fa0fe0445805bada0b6e4ae75e3f47a8bb07b1..ee42d35d6132f16a631e14747a7a70e991646533 100644 (file)
@@ -140,7 +140,7 @@ FFMPEGCONF+= --cpu=x86 --disable-debug --disable-audio-beos
 endif
 
 ifdef HAVE_DARWIN_OS_ON_INTEL
-FFMPEGCONF += --enable-memalign-hack
+FFMPEGCONF += --enable-memalign-hack --cpu=pentium-m
 endif
 
 ifdef HAVE_DARWIN_OS