Changeset 743
- Timestamp:
- 11/17/07 21:23:11 (8 months ago)
- Files:
-
- branches/perian-1.1/Perian.xcodeproj/project.pbxproj (modified) (2 diffs)
- branches/perian-1.1/Subtitles/SubContext.h (modified) (1 diff)
- branches/perian-1.1/Subtitles/SubImport.h (modified) (3 diffs)
- branches/perian-1.1/Subtitles/SubParsing.h (modified) (1 diff)
- branches/perian-1.1/Subtitles/SubRenderer.h (modified) (1 diff)
- branches/perian-1.1/UniversalDetector/UniversalDetector.xcodeproj/project.pbxproj (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/perian-1.1/Perian.xcodeproj/project.pbxproj
r740 r743 1901 1901 GCC_DYNAMIC_NO_PIC = NO; 1902 1902 GCC_ENABLE_FIX_AND_CONTINUE = NO; 1903 GCC_ENABLE_OBJC_GC = YES; 1903 1904 GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 1904 1905 GCC_MODEL_TUNING = G5; … … 2021 2022 GCC_DYNAMIC_NO_PIC = NO; 2022 2023 GCC_ENABLE_FIX_AND_CONTINUE = NO; 2024 GCC_ENABLE_OBJC_GC = YES; 2023 2025 GCC_FAST_MATH = YES; 2024 2026 GCC_MODEL_TUNING = G5; branches/perian-1.1/Subtitles/SubContext.h
r695 r743 30 30 BOOL bold, italic, underline, strikeout; 31 31 UInt8 alignH, alignV, borderStyle; 32 void* ex;32 __strong void* ex; 33 33 Float32 platformSizeScale; 34 34 SubRenderer *delegate; branches/perian-1.1/Subtitles/SubImport.h
r674 r743 11 11 12 12 #include <QuickTime/QuickTime.h> 13 14 #ifndef __OBJC_GC__ 15 #ifndef __strong 16 #define __strong 17 #endif 18 #endif 13 19 14 20 #ifdef __cplusplus … … 57 63 class CXXSubSerializer 58 64 { 59 void *priv;65 __strong void *priv; 60 66 61 67 public: … … 73 79 class CXXAutoreleasePool 74 80 { 75 void *pool;81 __strong void *pool; 76 82 public: 77 83 CXXAutoreleasePool(); branches/perian-1.1/Subtitles/SubParsing.h
r697 r743 37 37 @public; 38 38 UniCharArrayOffset offset; 39 void *ex;39 __strong void *ex; 40 40 SubRenderer *delegate; 41 41 } branches/perian-1.1/Subtitles/SubRenderer.h
r675 r743 15 15 tag_alpha, tag_1a, tag_2a, tag_3a, tag_4a, tag_r} SSATagType; 16 16 17 #ifndef __OBJC_GC__ 18 #ifndef __strong 19 #define __strong 20 #endif 21 #endif 22 17 23 @interface SubRenderer : NSObject 18 24 -(void)completedHeaderParsing:(SubContext*)sc; branches/perian-1.1/UniversalDetector/UniversalDetector.xcodeproj/project.pbxproj
r729 r743 668 668 isa = XCBuildConfiguration; 669 669 buildSettings = { 670 GCC_ENABLE_OBJC_GC = YES; 670 671 GCC_WARN_ABOUT_RETURN_TYPE = YES; 671 672 GCC_WARN_UNUSED_VARIABLE = YES;
