Changeset 29dde6a8eb3005f1e3123ad5c7f3c00d8fcfc13d

Show
Ignore:
Timestamp:
04/12/08 17:09:35 (5 months ago)
Author:
Pavlov Konstantin <thresh@videolan.org>
git-committer:
Pavlov Konstantin <thresh@videolan.org> 1208012975 +0400
git-parent:

[ee17d6bb32b6fd9380eddfede3382a317ffa31f7]

git-author:
Pavlov Konstantin <thresh@videolan.org> 1208012975 +0400
Message:

Contrib: x264: temporarily disable pic for Intel OSX.
Must be reverted once x264 is fixed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/src/Makefile

    r5588b8a r29dde6a  
    149149 
    150150ifdef HAVE_DARWIN_OS 
    151 X264CONF += --enable-pic 
    152151ifdef HAVE_DARWIN_OS_ON_INTEL 
    153152FFMPEG_CFLAGS += -DHAVE_LRINTF 
     153else 
     154X264CONF += --enable-pic 
    154155endif 
    155156endif