We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02cfa4 commit f09aba0Copy full SHA for f09aba0
webrtc-jni/src/main/cpp/dependencies/webrtc/CMakeLists.txt
@@ -187,7 +187,7 @@ if (PATCHES)
187
endif()
188
189
message(STATUS "WebRTC: generate")
190
-set(COMPILE_ARGS "is_debug=false target_cpu=\"${TARGET_CPU}\" rtc_include_tests=false use_rtti=true use_custom_libcxx=false symbol_level=0")
+set(COMPILE_ARGS "is_debug=false target_cpu=\"${TARGET_CPU}\" rtc_include_tests=false use_rtti=true use_custom_libcxx=false symbol_level=0 rtc_use_h264=true")
191
execute_command(
192
COMMAND gn gen ${WEBRTC_BUILD} --args=${COMPILE_ARGS}
193
WORKING_DIRECTORY "${WEBRTC_SRC}"
0 commit comments