mirror of
https://github.com/videolan/vlc.git
synced 2025-01-10 09:48:21 +08:00
contrib: Build ffmpeg with --cpu=pentium-m on Mac OS X/intel. (Patch by Jan David Mol).
This commit is contained in:
parent
ae06b2f41b
commit
ddb469c7f7
1
THANKS
1
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user