Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 4729846

Browse files
jianjunztaste1981
authored andcommitted
Replace woogeen with owt for GN arguments. (#32)
1 parent 247ad74 commit 4729846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webrtc.gni

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ declare_args() {
8484

8585
# Used to specify an external OpenSSL include path when not compiling the
8686
# library that comes with WebRTC (i.e. rtc_build_ssl == 0).
87-
rtc_ssl_root = woogeen_openssl_header_root
87+
rtc_ssl_root = owt_openssl_header_root
8888

8989
# Selects fixed-point code where possible.
9090
rtc_prefer_fixed_point = false
@@ -218,7 +218,7 @@ declare_args() {
218218
rtc_build_libvpx = !build_with_mozilla
219219
rtc_libvpx_build_vp9 = !build_with_mozilla
220220
rtc_build_opus = !build_with_mozilla
221-
rtc_build_ssl = !woogeen_use_openssl
221+
rtc_build_ssl = !owt_use_openssl
222222
rtc_build_usrsctp = !build_with_mozilla
223223

224224
# Enable libevent task queues on platforms that support it.

0 commit comments

Comments
 (0)