Fixed vie_defines.h typo.
BUG=220 TEST=Mac debug build Review URL: http://webrtc-codereview.appspot.com/347006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1389 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
5007056767
commit
684c7b71c3
@ -189,9 +189,7 @@ inline int ChannelId(const int moduleId)
|
|||||||
// Build information macros
|
// Build information macros
|
||||||
#define TEXT(x) x
|
#define TEXT(x) x
|
||||||
#if defined(_DEBUG)
|
#if defined(_DEBUG)
|
||||||
#define BUILDM//#define webrtc::kFileFormatAviFile 3
|
#define BUILDMODE TEXT("d")
|
||||||
//#define __LINUX__ // needed for InterObjects
|
|
||||||
ODE TEXT("d")
|
|
||||||
#elif defined(DEBUG)
|
#elif defined(DEBUG)
|
||||||
#define BUILDMODE TEXT("d")
|
#define BUILDMODE TEXT("d")
|
||||||
#elif defined(NDEBUG)
|
#elif defined(NDEBUG)
|
||||||
@ -209,9 +207,6 @@ ODE TEXT("d")
|
|||||||
#define RENDER_MODULE_TYPE kRenderWindows
|
#define RENDER_MODULE_TYPE kRenderWindows
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//#define webrtc::kFileFormatAviFile 3
|
|
||||||
//#define __LINUX__ // needed for InterObjects
|
|
||||||
|
|
||||||
//-------------------------------------
|
//-------------------------------------
|
||||||
// Linux
|
// Linux
|
||||||
//-------------------------------------
|
//-------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user