feat: rtc_use_h264 on windows & linux (#94)

This commit is contained in:
Théo Monnom
2023-06-24 22:04:19 +02:00
committed by GitHub
parent 3a4333ef47
commit 0854bb5eb8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ args="is_debug=$debug \
is_component_build=false \
enable_stripping=true \
use_goma=false \
rtc_use_h264=false \
rtc_use_h264=true \
rtc_use_pipewire=false \
symbol_level=0 \
enable_iterator_debugging=false \
+1 -1
View File
@@ -64,7 +64,7 @@ if "!profile!" == "debug" (
rem generate ninja for release
call gn.bat gen %OUTPUT_DIR% --root="src" ^
--args="is_debug=!debug! is_clang=true target_cpu=\"!arch!\" use_custom_libcxx=false rtc_include_tests=false rtc_build_examples=false rtc_build_tools=false is_component_build=false rtc_enable_protobuf=false rtc_use_h264=false symbol_level=0 enable_iterator_debugging=false"
--args="is_debug=!debug! is_clang=true target_cpu=\"!arch!\" use_custom_libcxx=false rtc_include_tests=false rtc_build_examples=false rtc_build_tools=false is_component_build=false rtc_enable_protobuf=false rtc_use_h264=true symbol_level=0 enable_iterator_debugging=false"
rem build
ninja.exe -C %OUTPUT_DIR% :default