Changeset 914
- Timestamp:
- 07/15/08 00:35:29 (2 months ago)
- Files:
-
- trunk/FFusionCodec.c (modified) (2 diffs)
- trunk/Subtitles/SubUtilities.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/FFusionCodec.c
r913 r914 162 162 163 163 extern void init_FFmpeg(); 164 extern CFMutableStringRef GetHomeDirectory();164 extern CFMutableStringRef CopyHomeDirectory(); 165 165 166 166 #define FFusionDebugPrint(x...) if (glob->fileLog) Codecprintf(glob->fileLog, x); … … 213 213 //Two places to check, home dir and / 214 214 215 CFMutableStringRef location = GetHomeDirectory();215 CFMutableStringRef location = CopyHomeDirectory(); 216 216 CFStringAppend(location, CFSTR("/Library/PreferencePanes/Perian.prefPane/Contents/Resources/PerianUpdateChecker.app")); 217 217 trunk/Subtitles/SubUtilities.m
r821 r914 141 141 } 142 142 143 CFMutableStringRef GetHomeDirectory()143 CFMutableStringRef CopyHomeDirectory() 144 144 { 145 145 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
