Changeset 782
- Timestamp:
- 01/21/08 20:59:11 (9 months ago)
- Files:
-
- branches/perian-1.1/FFusionCodec.c (modified) (1 diff)
- branches/perian-1.1/Perian.xcodeproj/project.pbxproj (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/perian-1.1/FFusionCodec.c
r781 r782 429 429 cap->subCodecSupportsOutOfOrderDisplayTimes = true; 430 430 cap->baseCodecShouldCallDecodeBandForAllFrames = true; 431 //cap->subCodecSupportsScheduledBackwardsPlaybackWithDifferenceFrames = true;431 cap->subCodecSupportsScheduledBackwardsPlaybackWithDifferenceFrames = true; 432 432 433 433 // XXX enabling this seems to cause rare visible artifacts in h.264? branches/perian-1.1/Perian.xcodeproj/project.pbxproj
r743 r782 1953 1953 GCC_ALTIVEC_EXTENSIONS = YES; 1954 1954 GCC_MODEL_TUNING = G5; 1955 OTHER_LDFLAGS = ( 1956 "-read_only_relocs", 1957 suppress, 1958 ); 1955 1959 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; 1956 1960 }; … … 1969 1973 GCC_STRICT_ALIASING = YES; 1970 1974 MACOSX_DEPLOYMENT_TARGET = 10.4; 1975 OTHER_LDFLAGS = ( 1976 "-read_only_relocs", 1977 suppress, 1978 ); 1971 1979 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; 1972 1980 STRIP_INSTALLED_PRODUCT = NO; … … 2184 2192 GCC_PREPROCESSOR_DEFINITIONS = DEBUG_BUILD; 2185 2193 GCC_STRICT_ALIASING = YES; 2194 OTHER_LDFLAGS = ( 2195 "-read_only_relocs", 2196 suppress, 2197 ); 2186 2198 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; 2187 2199 STRIP_INSTALLED_PRODUCT = NO;
