Changeset 913
- Timestamp:
- 07/06/08 16:40:47 (5 months ago)
- Files:
-
- trunk/FFusionCodec.c (modified) (1 diff)
- trunk/GBPerianPanePListGenerator.m (modified) (1 diff)
- trunk/Update Checker Sources/NSString+extras.m (modified) (1 diff)
- trunk/Update Checker Sources/UpdateCheckerAppDelegate.m (modified) (2 diffs)
- trunk/Update Checker Sources/main.m (modified) (2 diffs)
- trunk/createStaticLibs.sh (modified) (1 diff)
- trunk/ff_private.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/FFusionCodec.c
r908 r913 1710 1710 { 1711 1711 got_picture = 0; 1712 len = 1;1713 1712 Codecprintf(glob->fileLog, "Error while decoding frame\n"); 1714 1713 trunk/GBPerianPanePListGenerator.m
r378 r913 53 53 [plist setObject:components forKey:ComponentInfoDictionaryKey]; 54 54 [plist writeToFile:[NSString stringWithUTF8String:argv[3]] atomically:YES]; 55 [plist release]; 55 56 [pool release]; 56 57 trunk/Update Checker Sources/NSString+extras.m
r269 r913 81 81 82 82 [componentsCopy removeObjectsInRange: NSMakeRange (ix, len - ix)]; 83 [componentsCopy autorelease]; 83 84 84 85 return [componentsCopy componentsJoinedByString: @" "]; trunk/Update Checker Sources/UpdateCheckerAppDelegate.m
r624 r913 91 91 [[NSApplication sharedApplication] terminate:self]; 92 92 } 93 94 [appcast release]; 93 95 } 94 96 … … 98 100 if(manualRun) 99 101 [self showUpdateErrorAlertWithInfo:SULocalizedString(@"An error occurred while trying to load Perian's version info. Please try again later.", nil)]; 102 [appcast release]; 100 103 [[NSApplication sharedApplication] terminate:self]; 101 104 } trunk/Update Checker Sources/main.m
r834 r913 16 16 { 17 17 int fp = open(lockPath, O_CREAT | O_EXCL); 18 if(fp = -1)18 if(fp == -1) 19 19 { 20 20 struct stat lockfile; … … 34 34 int ret = NSApplicationMain(argc, (const char **) argv); 35 35 36 close(fp); 36 37 unlink(lockPath); 37 38 trunk/createStaticLibs.sh
r912 r913 28 28 fi 29 29 30 if [ $CC= "" ]; then30 if [ "$CC" = "" ]; then 31 31 CC="gcc" 32 32 export CC trunk/ff_private.c
r897 r913 1137 1137 1138 1138 if(err == noErr) 1139 err =MovieExecuteWiredActions(movie, 0, container);1139 MovieExecuteWiredActions(movie, 0, container); 1140 1140 1141 1141 err = QTDisposeAtomContainer(container);
