add dot to the end of loaded line on apple platforms
This commit is contained in:
parent
0a533dc409
commit
b2d08a5904
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
[FFmpegKitConfig class];
|
[FFmpegKitConfig class];
|
||||||
|
|
||||||
NSLog(@"Loaded ffmpeg-kit-%@-%@-%@-%@\n", [Packages getPackageName], [ArchDetect getArch], [FFmpegKitConfig getVersion], [FFmpegKitConfig getBuildDate]);
|
NSLog(@"Loaded ffmpeg-kit-%@-%@-%@-%@.\n", [Packages getPackageName], [ArchDetect getArch], [FFmpegKitConfig getVersion], [FFmpegKitConfig getBuildDate]);
|
||||||
}
|
}
|
||||||
|
|
||||||
+ (FFmpegSession*)executeWithArguments:(NSArray*)arguments {
|
+ (FFmpegSession*)executeWithArguments:(NSArray*)arguments {
|
||||||
|
Loading…
Reference in New Issue
Block a user