From ddb469c7f7f290d06411f690fa04b4b920882e76 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Fri, 8 Jun 2007 09:11:48 +0000 Subject: [PATCH] contrib: Build ffmpeg with --cpu=pentium-m on Mac OS X/intel. (Patch by Jan David Mol). --- THANKS | 1 + extras/contrib/src/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/THANKS b/THANKS index ff8085a016..42d51f3f65 100644 --- a/THANKS +++ b/THANKS @@ -86,6 +86,7 @@ Hans-Peter Jansen - patch for module options handling Harry Sintonen - fix for MKV demuxer Igor Helman - VLM msecseek command Ilkka Ollakka - SDP bitrate patch, various VLM fixes +Jan David Mol - Suggested some flags for ffmpeg building Jan Gerber - patch theora decoding aspect ratio Jan Van Boghout - iTunes like slider for OSX intf Javier Varela - Spanish translation diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index e1fa0fe044..ee42d35d61 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -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 -- 2.39.5