Skip to content

Commit

Permalink
Put back AV1
Browse files Browse the repository at this point in the history
  • Loading branch information
doumdi committed Jan 2, 2024
1 parent ae33ce0 commit c5230d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdParty/webrtc_native/generate_ninja_files.bash
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ case "$architecture" in
esac


common_flags="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 rtc_use_av1=false rtc_use_libaom=false proprietary_codecs=true ffmpeg_branding=\"Chrome\" target_cpu=\"$a\" $extras enable_iterator_debugging=false rtc_build_examples=false rtc_use_pipewire=false"
common_flags="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 ffmpeg_branding=\"Chrome\" target_cpu=\"$a\" $extras enable_iterator_debugging=false rtc_build_examples=false rtc_use_pipewire=false"


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

0 comments on commit c5230d7

Please sign in to comment.