Fix build errors on OS X Lion.
TBR=henrika@webrtc.org TEST=build on Lion, trybots Review URL: https://webrtc-codereview.appspot.com/583005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2261 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
e3ba738ba3
commit
b3bea2eb3e
@ -10,9 +10,11 @@
|
||||
|
||||
//TODO(hlundin): Reformat file to meet style guide.
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
|
||||
/* header includes */
|
||||
#include "typedefs.h"
|
||||
#include "stdio.h"
|
||||
#include "webrtc_neteq.h"
|
||||
#include "webrtc_neteq_internal.h"
|
||||
#include "webrtc_neteq_help_macros.h"
|
||||
|
@ -57,7 +57,7 @@ using namespace webrtc;
|
||||
{
|
||||
NSString* strTitle = [NSString stringWithFormat:@"%s", dialogTitleUTF8];
|
||||
NSString* strButton = @"Alright";
|
||||
NSString* strMessage = [NSString stringWithFormat:@"Device %s is capturing:\nWidth:%d\n:Height:%d\n@%dfps", deviceUniqueIdUTF8];
|
||||
NSString* strMessage = [NSString stringWithFormat:@"Device %s is capturing", deviceUniqueIdUTF8];
|
||||
NSAlert* alert = [NSAlert alertWithMessageText:strTitle
|
||||
defaultButton:strButton
|
||||
alternateButton:nil otherButton:nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user