Commit ddb469c7 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

contrib: Build ffmpeg with --cpu=pentium-m on Mac OS X/intel. (Patch by Jan David Mol).

parent ae06b2f4
......@@ -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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment