Index: webrtc/modules/video_coding/video_coding.gni |
diff --git a/webrtc/examples/androidapp/third_party/autobanh/BUILD.gn b/webrtc/modules/video_coding/video_coding.gni |
similarity index 72% |
copy from webrtc/examples/androidapp/third_party/autobanh/BUILD.gn |
copy to webrtc/modules/video_coding/video_coding.gni |
index d5f6b0f2d6a043aa2b439e30648e39cbd5bc20d1..9718736ddf6bb2c384a74d6ddd9c431ea743005d 100644 |
--- a/webrtc/examples/androidapp/third_party/autobanh/BUILD.gn |
+++ b/webrtc/modules/video_coding/video_coding.gni |
@@ -6,8 +6,9 @@ |
# in the file PATENTS. All contributing project authors may |
# be found in the AUTHORS file in the root of the source tree. |
-import("//build/config/android/rules.gni") |
+import("../../build/webrtc.gni") |
-android_java_prebuilt("autobanh_java") { |
- jar_path = "lib/autobanh.jar" |
+videoprocessor_defines = [] |
kjellander_webrtc
2016/08/03 15:22:49
We don't need separate .gni file here (yet).
It sh
ehmaldonado_webrtc
2016/08/03 15:40:43
Done.
|
+if (rtc_use_h264) { |
+ videoprocessor_defines += [ "WEBRTC_VIDEOPROCESSOR_H264_TESTS" ] |
} |