Fix building errors on android

TBR=mflodman
Review URL: https://webrtc-codereview.appspot.com/441001

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1850 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
leozwang@webrtc.org 2012-03-06 21:28:48 +00:00
parent 77fe431f57
commit 57da718734

View File

@ -22,7 +22,7 @@
#include <windows.h>
#include <ddraw.h>
#elif defined(WEBRTC_LINUX)
#elif defined(WEBRTC_LINUX) && !defined(WEBRTC_ANDROID)
#include <iostream>
#include <X11/Xlib.h>
@ -177,7 +177,7 @@ int WebRtcCreateWindow(HWND &hwndMain,int winNum, int width, int height)
return 0;
}
#elif defined(WEBRTC_LINUX)
#elif defined(WEBRTC_LINUX) && !defined(WEBRTC_ANDROID)
int WebRtcCreateWindow(Window *outWindow, Display **outDisplay, int winNum, int width, int height) // unsigned char* title, int titleLength)