From: Felix Paul Kühne Date: Wed, 23 Nov 2005 19:38:15 +0000 (+0000) Subject: * 10.2 compilation fix X-Git-Tag: 0.8.4~14 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=bb524dd2180be388482e85d628e976b87a91b79f * 10.2 compilation fix --- diff --git a/modules/gui/macosx/output.m b/modules/gui/macosx/output.m index bd50781160..b5021ec427 100644 --- a/modules/gui/macosx/output.m +++ b/modules/gui/macosx/output.m @@ -598,8 +598,7 @@ o_transcode_string = [NSMutableString stringWithString:@"transcode{"]; if ( [o_transcode_video_chkbox state] == NSOnState ) { - [o_transcode_string appendFormat: @"vcodec=\"%@\",vb=\"%@\"" - ",scale=\"%@\"", + [o_transcode_string appendFormat: @"vcodec=\"%@\",vb=\"%@\",scale=\"%@\"", [o_transcode_video_selector titleOfSelectedItem], [o_transcode_video_bitrate stringValue], [o_transcode_video_scale stringValue]];