Changeset bc9eac0a14cfa196d4e8514049f744740cb7a23d
- Timestamp:
- 04/24/08 16:29:20
(2 months ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1209047360 +0200
- git-parent:
[25b8641d713521fd4e0114b31b93516273845034]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1209047337 +0200
- Message:
Compile FFmpeg on PowerPC-based machines without AltiVec? support until it is fixed.
The attached patches fixed --disable-altivec for libswscale oO
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5ffe61b |
rbc9eac0 |
|
| 152 | 152 | ifdef HAVE_DARWIN_OS_ON_INTEL |
|---|
| 153 | 153 | FFMPEG_CFLAGS += -DHAVE_LRINTF |
|---|
| | 154 | else |
|---|
| | 155 | FFMPEGCONF += --disable-altivec |
|---|
| 154 | 156 | endif |
|---|
| 155 | 157 | endif |
|---|
| … | … | |
| 1051 | 1053 | ifdef HAVE_DARWIN_OS |
|---|
| 1052 | 1054 | (cd $@; patch -p0 < ../Patches/ffmpeg-macosx-intel-mmx.patch) |
|---|
| | 1055 | (cd $@/libswscale; patch -p0 < ../../Patches/ffmpeg-fix-noaltivec.patch) |
|---|
| 1053 | 1056 | endif |
|---|
| 1054 | 1057 | ifdef NO_TEXT_RELOCATION |
|---|