Changeset bc9eac0a14cfa196d4e8514049f744740cb7a23d

Show
Ignore:
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
  • extras/contrib/src/Makefile

    r5ffe61b rbc9eac0  
    152152ifdef HAVE_DARWIN_OS_ON_INTEL 
    153153FFMPEG_CFLAGS += -DHAVE_LRINTF 
     154else 
     155FFMPEGCONF += --disable-altivec 
    154156endif 
    155157endif 
     
    10511053ifdef HAVE_DARWIN_OS 
    10521054    (cd $@; patch -p0 < ../Patches/ffmpeg-macosx-intel-mmx.patch) 
     1055    (cd $@/libswscale; patch -p0 < ../../Patches/ffmpeg-fix-noaltivec.patch) 
    10531056endif 
    10541057ifdef NO_TEXT_RELOCATION