android - Official webrtc source contains multiple copies of header files -
following instructions @ http://www.webrtc.org/native-code/android, managed download , build webrtc code android. looking @ using header files/libraries in android project.
the problem header files webrtc defined @ 2 different places:
./src/webrtc/ ./src/chromium/src/third_party/webrtc/ further, header files not identical. example,module_common_types.hunder chromium defines class called videoframe not present in./src/webrtc/modules/interface/module_common_types.h file.
why discrepancy?
it appears our non-android applications using webrtc header files present under chromium. have use these files. however, not sure if ninjabuilt./src/out_android_armeabi-v7a/release/obj/webrtc/libwebrtc.ausing first header set or second one.
would appreciate feedback may have. regards.
Comments
Post a Comment