Changeset ddb469c7f7f290d06411f690fa04b4b920882e76

Show
Ignore:
Timestamp:
06/08/07 11:11:48 (1 year ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1181293908 +0000
git-parent:

[ae06b2f41bc981e4c512cfcb79a0d7acace3aca6]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1181293908 +0000
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • THANKS

    r19cc11f rddb469c  
    8787Igor Helman - VLM msecseek command 
    8888Ilkka Ollakka - SDP bitrate patch, various VLM fixes 
     89Jan David Mol <jjdmol at gmail.com> - Suggested some flags for ffmpeg building 
    8990Jan Gerber <j at v2v dot org> - patch theora decoding aspect ratio 
    9091Jan Van Boghout <vlc at macrabbit.com> - iTunes like slider for OSX intf 
  • extras/contrib/src/Makefile

    rce6766b rddb469c  
    141141 
    142142ifdef HAVE_DARWIN_OS_ON_INTEL 
    143 FFMPEGCONF += --enable-memalign-hack 
     143FFMPEGCONF += --enable-memalign-hack --cpu=pentium-m 
    144144endif 
    145145