Make Android-APK compile in release again.
BUG=3152 R=kjellander@webrtc.org TBR=fischman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/11519004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5874 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -41,11 +41,13 @@ void EnsureInitializedOnce() {
|
|||||||
assert(status == 0);
|
assert(status == 0);
|
||||||
status = webrtc::SetCaptureAndroidVM(jvm) == 0;
|
status = webrtc::SetCaptureAndroidVM(jvm) == 0;
|
||||||
assert(status);
|
assert(status);
|
||||||
|
status = status;
|
||||||
}
|
}
|
||||||
|
|
||||||
void EnsureInitialized() {
|
void EnsureInitialized() {
|
||||||
int ret = pthread_once(&g_initialize_once, &EnsureInitializedOnce);
|
int ret = pthread_once(&g_initialize_once, &EnsureInitializedOnce);
|
||||||
assert(ret == 0);
|
assert(ret == 0);
|
||||||
|
ret = ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace videocapturemodule
|
} // namespace videocapturemodule
|
||||||
|
Reference in New Issue
Block a user