Skip to content

Commit

Permalink
Removing unused file and update webrtc args.gn file
Browse files Browse the repository at this point in the history
  • Loading branch information
kclyu committed Jan 12, 2021
1 parent 4b2d785 commit ee5928d
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 182 deletions.
Binary file removed misc/AppRTCMobile.apk
Binary file not shown.
79 changes: 0 additions & 79 deletions misc/nginx-ssl-client-authenticate-example

This file was deleted.

68 changes: 0 additions & 68 deletions misc/nginx-ssl-config-example

This file was deleted.

35 changes: 18 additions & 17 deletions misc/webrtc_arm_build_args.gn
Original file line number Diff line number Diff line change
Expand Up @@ -32,36 +32,37 @@ arm_fpu="neon"
arm_float_abi="hard"
arm_use_neon=true
arm_tune="cortex-a7"
rtc_build_with_neon=true

#
# Setting for removing component for desktop related stuffs
use_ozone=true
# build option for third party package of WebRTC native code
rtc_use_pipewire=false
libyuv_disable_jpeg=true
use_system_libjpeg=true
rtc_use_x11=false

use_aura=false
libyuv_include_tests=false
# disabled
libcxx_natvis_include=false
use_partition_alloc=false
use_allocator_shim=false
rtc_use_pipewire=false
libyuv_include_tests=false
rtc_enable_protobuf=false

#
# codec config options
rtc_use_h264=true
rtc_include_pulse_audio=false
# do not use libaom(AV1 codec)
enable_libaom=false
# not working removing vpx configuration
#rtc_build_libvpx=false # do not build libvpx
#rtc_libvpx_build_vp9=false # do not build VP9
rtc_use_h264=true
use_openh264=false

#
# WebRTC native package code build options which related to
# target system envirionment
#
rtc_use_x11=false
rtc_use_gtk=false
use_ozone=true
use_aura=false
use_partition_alloc=false
use_allocator_shim=false
use_custom_libcxx=false
is_chrome_branded=true
rtc_build_with_neon=true
rtc_include_tests=false
rtc_include_pulse_audio=false
rtc_enable_protobuf=false
treat_warnings_as_errors=false

39 changes: 21 additions & 18 deletions misc/webrtc_armv6_build_args.gn
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# is_debug = false
# See "gn args <out_dir> --list" for available build arguments.

#
#
# The following two flags are used for debugging.
#
Expand Down Expand Up @@ -34,37 +35,39 @@ arm_use_thumb=false
arm_fpu="vfp"
arm_optionally_use_neon=false
arm_tune="arm1176jz-s"

rtc_build_with_neon=false

#
# Setting for removing component for desktop related stuffs
use_ozone=true
# build option for third party package of WebRTC native code
rtc_use_pipewire=false
libyuv_disable_jpeg=true
use_system_libjpeg=true
rtc_use_x11=false

use_aura=false
libyuv_include_tests=false
# disabled
libcxx_natvis_include=false
use_partition_alloc=false
use_allocator_shim=false
rtc_use_pipewire=false
libyuv_include_tests=false
rtc_enable_protobuf=false
ffmpeg_use_atomics_fallback=false

#
# codec config options
rtc_use_h264=true
rtc_include_pulse_audio=false
rtc_libvpx_build_vp9=false
# do not use libaom(AV1 codec)
enable_libaom=false
# not working removing vpx configuration
#rtc_build_libvpx=false # do not build libvpx
#rtc_libvpx_build_vp9=false # do not build VP9
rtc_use_h264=true
use_openh264=false

#
use_custom_libcxx=false
# WebRTC native package code build options which related to
# target system envirionment
#
rtc_use_x11=false
rtc_use_gtk=false
use_ozone=true
use_aura=false
use_partition_alloc=false
use_allocator_shim=false
use_custom_libcxx=false
is_chrome_branded=true
rtc_include_tests=false
rtc_include_pulse_audio=false
rtc_enable_protobuf=false
treat_warnings_as_errors=false

0 comments on commit ee5928d

Please sign in to comment.