Skip to content

Commit 54434b6

Browse files
committed
Fix version
1 parent 802e63d commit 54434b6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

3rdParty/webrtc_native/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# VERSION MAJOR = 92, MINOR=0, BUILD=4515, PATCH=129
2-
set(WEBRTC_CHECKOUT 2d3ba08513c21dc7aeeee7dc7220800eb4f0f46d)
1+
# VERSION MAJOR = 89, MINOR=0, BUILD=4389, PATCH=130
2+
set(WEBRTC_CHECKOUT e7d9f74b256605556726c64dacd518a105ba872f)
33

44
if(WIN32)
55

3rdParty/webrtc_native/generate_ninja_files.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ case "$architecture" in
4141
esac
4242

4343

44-
common_flags="is_clang=true is_component_build=false treat_warnings_as_errors=false fatal_linker_warnings=false use_gio=false use_rtti=true use_custom_libcxx=false use_custom_libcxx_for_host=false rtc_enable_protobuf=false rtc_include_tests=false rtc_use_h264=true proprietary_codecs=true target_cpu=\"$a\"$extras enable_iterator_debugging=false rtc_build_examples=false rtc_use_pipewire=false"
44+
common_flags="is_clang=false is_component_build=false treat_warnings_as_errors=false fatal_linker_warnings=false use_gio=false use_rtti=true use_custom_libcxx=false use_custom_libcxx_for_host=false rtc_enable_protobuf=false rtc_include_tests=false rtc_use_h264=true proprietary_codecs=true target_cpu=\"$a\"$extras enable_iterator_debugging=false rtc_build_examples=false rtc_use_pipewire=false"
4545

4646

4747
gn gen out/Debug --args="is_debug=true $common_flags $extra_flags"

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4515.2d3ba0.129
1+
4389.e7d9f7.130

0 commit comments

Comments
 (0)