Enable vp8 and videoengine on android
Review URL: https://webrtc-codereview.appspot.com/368003 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1510 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
a45d05a341
commit
f9cd693145
@ -18,8 +18,7 @@ LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_CPP_EXTENSION := .cc
|
||||
LOCAL_SRC_FILES := \
|
||||
reference_picture_selection.cc \
|
||||
vp8.cc \
|
||||
vp8_simulcast.cc
|
||||
vp8.cc
|
||||
|
||||
# Flags passed to both C and C++ files.
|
||||
LOCAL_CFLAGS := \
|
||||
|
@ -206,7 +206,7 @@ int VideoEngine::SetTraceCallback(TraceCallback* callback) {
|
||||
return Trace::SetTraceCallback(callback);
|
||||
}
|
||||
|
||||
int VideoEngine::SetAndroidObjects(void* javaVM, void* java_context) {
|
||||
int VideoEngine::SetAndroidObjects(void* javaVM, void* javaContext) {
|
||||
WEBRTC_TRACE(kTraceApiCall, kTraceVideo, g_vie_active_instance_counter,
|
||||
"SetAndroidObjects()");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user