Changeset ddb469c7f7f290d06411f690fa04b4b920882e76
- 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
| r19cc11f |
rddb469c |
|
| 87 | 87 | Igor Helman - VLM msecseek command |
|---|
| 88 | 88 | Ilkka Ollakka - SDP bitrate patch, various VLM fixes |
|---|
| | 89 | Jan David Mol <jjdmol at gmail.com> - Suggested some flags for ffmpeg building |
|---|
| 89 | 90 | Jan Gerber <j at v2v dot org> - patch theora decoding aspect ratio |
|---|
| 90 | 91 | Jan Van Boghout <vlc at macrabbit.com> - iTunes like slider for OSX intf |
|---|
| rce6766b |
rddb469c |
|
| 141 | 141 | |
|---|
| 142 | 142 | ifdef HAVE_DARWIN_OS_ON_INTEL |
|---|
| 143 | | FFMPEGCONF += --enable-memalign-hack |
|---|
| | 143 | FFMPEGCONF += --enable-memalign-hack --cpu=pentium-m |
|---|
| 144 | 144 | endif |
|---|
| 145 | 145 | |
|---|