Changeset 782

Show
Ignore:
Timestamp:
01/21/08 20:59:11 (9 months ago)
Author:
astrange
Message:

Partially revert r781 since the regression on Tiger is worse than the improvement elsewhere. Make it build by default on Tiger.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/perian-1.1/FFusionCodec.c

    r781 r782  
    429429                cap->subCodecSupportsOutOfOrderDisplayTimes = true; 
    430430                cap->baseCodecShouldCallDecodeBandForAllFrames = true; 
    431         //    cap->subCodecSupportsScheduledBackwardsPlaybackWithDifferenceFrames = true; 
     431              cap->subCodecSupportsScheduledBackwardsPlaybackWithDifferenceFrames = true; 
    432432                 
    433433        //  XXX enabling this seems to cause rare visible artifacts in h.264? 
  • branches/perian-1.1/Perian.xcodeproj/project.pbxproj

    r743 r782  
    19531953                                GCC_ALTIVEC_EXTENSIONS = YES; 
    19541954                                GCC_MODEL_TUNING = G5; 
     1955                                OTHER_LDFLAGS = ( 
     1956                                        "-read_only_relocs", 
     1957                                        suppress, 
     1958                                ); 
    19551959                                SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; 
    19561960                        }; 
     
    19691973                                GCC_STRICT_ALIASING = YES; 
    19701974                                MACOSX_DEPLOYMENT_TARGET = 10.4; 
     1975                                OTHER_LDFLAGS = ( 
     1976                                        "-read_only_relocs", 
     1977                                        suppress, 
     1978                                ); 
    19711979                                SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; 
    19721980                                STRIP_INSTALLED_PRODUCT = NO; 
     
    21842192                                GCC_PREPROCESSOR_DEFINITIONS = DEBUG_BUILD; 
    21852193                                GCC_STRICT_ALIASING = YES; 
     2194                                OTHER_LDFLAGS = ( 
     2195                                        "-read_only_relocs", 
     2196                                        suppress, 
     2197                                ); 
    21862198                                SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; 
    21872199                                STRIP_INSTALLED_PRODUCT = NO;