From 6ccf403cb95c2b0b476ef4a7349672f6ac6e5cd2 Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Wed, 30 Oct 2024 09:23:06 -0500 Subject: [PATCH] fix raspi build --- args.gn | 1 + arm/raspi/raspi_args.gn | 1 + arm/third_party/xnnpack/BUILD.gn | 68 -------------------------------- arm/win_ARM_args.gn | 1 + other/AVX2/AVX2_args.gn | 1 + other/AVX2/win_AVX2_args.gn | 1 + other/AVX512/AVX512_args.gn | 1 + other/AVX512/win_AVX512_args.gn | 1 + other/CrOS/cros_args.gn | 1 + other/Mac/mac_ARM_args.gn | 1 + other/Mac/mac_args.gn | 1 + other/SSE2/args_SSE2.gn | 1 + other/SSE2/win32_SSE2_args.gn | 1 + other/SSE3/args_SSE3.gn | 1 + other/SSE3/win32_SSE3_args.gn | 1 + other/SSE3/win64_SSE3_args.gn | 1 + other/SSE4.1/args_SSE4.gn | 1 + other/SSE4.1/win_SSE4_args.gn | 1 + win_args.gn | 1 + 19 files changed, 18 insertions(+), 68 deletions(-) diff --git a/args.gn b/args.gn index d7853750..40723e5a 100644 --- a/args.gn +++ b/args.gn @@ -66,6 +66,7 @@ enable_media_drm_storage = true # enable_media_overlay = true enable_hangout_services_extension = false rtc_use_h264 = true +rtc_use_h265 = true rtc_include_ilbc = true # rtc_build_with_neon = true rtc_build_examples = false diff --git a/arm/raspi/raspi_args.gn b/arm/raspi/raspi_args.gn index 14546df6..67b9f5b8 100644 --- a/arm/raspi/raspi_args.gn +++ b/arm/raspi/raspi_args.gn @@ -76,6 +76,7 @@ enable_media_drm_storage = true # enable_media_overlay = true enable_hangout_services_extension = false rtc_use_h264 = true +rtc_use_h265 = true rtc_include_ilbc = true # rtc_build_with_neon = true rtc_build_examples = false diff --git a/arm/third_party/xnnpack/BUILD.gn b/arm/third_party/xnnpack/BUILD.gn index d2f505af..6f8b5040 100644 --- a/arm/third_party/xnnpack/BUILD.gn +++ b/arm/third_party/xnnpack/BUILD.gn @@ -2163,8 +2163,6 @@ if (current_cpu == "arm64") { source_set("f16-gemm_arch=armv8.2-a+fp16+dotprod") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S", @@ -2209,8 +2207,6 @@ if (current_cpu == "arm64") { source_set("f16-gemm_arch=armv8.2-a+fp16+dotprod_standalone") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S", @@ -2258,8 +2254,6 @@ if (current_cpu == "arm64") { source_set("f16-igemm_arch=armv8.2-a+fp16+dotprod") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S", @@ -2291,8 +2285,6 @@ if (current_cpu == "arm64") { source_set("f16-igemm_arch=armv8.2-a+fp16+dotprod_standalone") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S", @@ -2327,8 +2319,6 @@ if (current_cpu == "arm64") { source_set("f32-dwconv_arch=armv8.2-a+fp16+dotprod") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma-cortex-a55.S", @@ -2353,8 +2343,6 @@ if (current_cpu == "arm64") { source_set("f32-dwconv_arch=armv8.2-a+fp16+dotprod_standalone") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma-cortex-a55.S", @@ -2382,8 +2370,6 @@ if (current_cpu == "arm64") { source_set("f32-gemm_arch=armv8.2-a+fp16+dotprod") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/f32-gemm/gen/f32-gemm-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S", @@ -2452,8 +2438,6 @@ if (current_cpu == "arm64") { source_set("f32-gemm_arch=armv8.2-a+fp16+dotprod_standalone") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/f32-gemm/gen/f32-gemm-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S", @@ -2525,8 +2509,6 @@ if (current_cpu == "arm64") { source_set("f32-gemminc_arch=armv8.2-a+fp16+dotprod") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/f32-gemminc/gen/f32-gemminc-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S", @@ -2570,8 +2552,6 @@ if (current_cpu == "arm64") { source_set("f32-gemminc_arch=armv8.2-a+fp16+dotprod_standalone") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/f32-gemminc/gen/f32-gemminc-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S", @@ -2618,8 +2598,6 @@ if (current_cpu == "arm64") { source_set("f32-igemm_arch=armv8.2-a+fp16+dotprod") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/f32-igemm/f32-igemm-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S", @@ -2670,8 +2648,6 @@ if (current_cpu == "arm64") { source_set("f32-igemm_arch=armv8.2-a+fp16+dotprod_standalone") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/f32-igemm/f32-igemm-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S", @@ -2725,8 +2701,6 @@ if (current_cpu == "arm64") { source_set("f32-ppmm_arch=armv8.2-a+fp16+dotprod") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S", @@ -2757,8 +2731,6 @@ if (current_cpu == "arm64") { source_set("f32-ppmm_arch=armv8.2-a+fp16+dotprod_standalone") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S", @@ -2792,8 +2764,6 @@ if (current_cpu == "arm64") { source_set("f32-qc4w-gemm_arch=armv8.2-a+fp16+dotprod") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S", @@ -2838,8 +2808,6 @@ if (current_cpu == "arm64") { source_set("f32-qc4w-gemm_arch=armv8.2-a+fp16+dotprod_standalone") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S", @@ -2887,8 +2855,6 @@ if (current_cpu == "arm64") { source_set("f32-qc8w-gemm_arch=armv8.2-a+fp16+dotprod") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S", @@ -2933,8 +2899,6 @@ if (current_cpu == "arm64") { source_set("f32-qc8w-gemm_arch=armv8.2-a+fp16+dotprod_standalone") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S", @@ -3083,8 +3047,6 @@ if (current_cpu == "arm64") { source_set("qd8-f16-qc8w-gemm_arch=armv8.2-a+fp16+dotprod") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S", @@ -3109,8 +3071,6 @@ if (current_cpu == "arm64") { source_set("qd8-f16-qc8w-gemm_arch=armv8.2-a+fp16+dotprod_standalone") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S", @@ -3138,8 +3098,6 @@ if (current_cpu == "arm64") { source_set("qd8-f16-qc8w-igemm_arch=armv8.2-a+fp16+dotprod") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S", @@ -3164,8 +3122,6 @@ if (current_cpu == "arm64") { source_set("qd8-f16-qc8w-igemm_arch=armv8.2-a+fp16+dotprod_standalone") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S", @@ -3193,8 +3149,6 @@ if (current_cpu == "arm64") { source_set("qd8-f32-qc8w-gemm_arch=armv8.2-a+fp16+dotprod") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S", @@ -3220,8 +3174,6 @@ if (current_cpu == "arm64") { source_set("qd8-f32-qc8w-gemm_arch=armv8.2-a+fp16+dotprod_standalone") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S", @@ -3250,8 +3202,6 @@ if (current_cpu == "arm64") { source_set("qd8-f32-qc8w-igemm_arch=armv8.2-a+fp16+dotprod") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S", @@ -3276,8 +3226,6 @@ if (current_cpu == "arm64") { source_set("qd8-f32-qc8w-igemm_arch=armv8.2-a+fp16+dotprod_standalone") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S", @@ -3305,8 +3253,6 @@ if (current_cpu == "arm64") { source_set("qs8-qc8w-gemm_arch=armv8.2-a+fp16+dotprod") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-asm-aarch64-neondot-ld32.S", @@ -3349,8 +3295,6 @@ if (current_cpu == "arm64") { source_set("qs8-qc8w-gemm_arch=armv8.2-a+fp16+dotprod_standalone") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-asm-aarch64-neondot-ld32.S", @@ -3396,8 +3340,6 @@ if (current_cpu == "arm64") { source_set("qs8-qc8w-igemm_arch=armv8.2-a+fp16+dotprod") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S", @@ -3436,8 +3378,6 @@ if (current_cpu == "arm64") { source_set("qs8-qc8w-igemm_arch=armv8.2-a+fp16+dotprod_standalone") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S", @@ -3479,8 +3419,6 @@ if (current_cpu == "arm64") { source_set("qu8-gemm_arch=armv8.2-a+fp16+dotprod") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S", @@ -3509,8 +3447,6 @@ if (current_cpu == "arm64") { source_set("qu8-gemm_arch=armv8.2-a+fp16+dotprod_standalone") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S", @@ -3542,8 +3478,6 @@ if (current_cpu == "arm64") { source_set("qu8-igemm_arch=armv8.2-a+fp16+dotprod") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S", @@ -3572,8 +3506,6 @@ if (current_cpu == "arm64") { source_set("qu8-igemm_arch=armv8.2-a+fp16+dotprod_standalone") { configs += [ "//build/config/compiler:march_dotprod_fp16" ] - asmflags = cflags - sources = [ "src/include/xnnpack.h", "src/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S", diff --git a/arm/win_ARM_args.gn b/arm/win_ARM_args.gn index da286c0d..eb5accd3 100644 --- a/arm/win_ARM_args.gn +++ b/arm/win_ARM_args.gn @@ -68,6 +68,7 @@ enable_media_drm_storage = true # enable_media_overlay = true enable_hangout_services_extension = false rtc_use_h264 = true +rtc_use_h265 = true rtc_include_ilbc = true # rtc_build_with_neon = false rtc_build_examples = false diff --git a/other/AVX2/AVX2_args.gn b/other/AVX2/AVX2_args.gn index d7853750..40723e5a 100644 --- a/other/AVX2/AVX2_args.gn +++ b/other/AVX2/AVX2_args.gn @@ -66,6 +66,7 @@ enable_media_drm_storage = true # enable_media_overlay = true enable_hangout_services_extension = false rtc_use_h264 = true +rtc_use_h265 = true rtc_include_ilbc = true # rtc_build_with_neon = true rtc_build_examples = false diff --git a/other/AVX2/win_AVX2_args.gn b/other/AVX2/win_AVX2_args.gn index 5485f5f0..6891f93f 100644 --- a/other/AVX2/win_AVX2_args.gn +++ b/other/AVX2/win_AVX2_args.gn @@ -66,6 +66,7 @@ enable_media_drm_storage = true # enable_media_overlay = true enable_hangout_services_extension = false rtc_use_h264 = true +rtc_use_h265 = true rtc_include_ilbc = true # rtc_build_with_neon = true rtc_build_examples = false diff --git a/other/AVX512/AVX512_args.gn b/other/AVX512/AVX512_args.gn index d7853750..40723e5a 100644 --- a/other/AVX512/AVX512_args.gn +++ b/other/AVX512/AVX512_args.gn @@ -66,6 +66,7 @@ enable_media_drm_storage = true # enable_media_overlay = true enable_hangout_services_extension = false rtc_use_h264 = true +rtc_use_h265 = true rtc_include_ilbc = true # rtc_build_with_neon = true rtc_build_examples = false diff --git a/other/AVX512/win_AVX512_args.gn b/other/AVX512/win_AVX512_args.gn index 5485f5f0..6891f93f 100644 --- a/other/AVX512/win_AVX512_args.gn +++ b/other/AVX512/win_AVX512_args.gn @@ -66,6 +66,7 @@ enable_media_drm_storage = true # enable_media_overlay = true enable_hangout_services_extension = false rtc_use_h264 = true +rtc_use_h265 = true rtc_include_ilbc = true # rtc_build_with_neon = true rtc_build_examples = false diff --git a/other/CrOS/cros_args.gn b/other/CrOS/cros_args.gn index 011b9c84..6d314ebf 100644 --- a/other/CrOS/cros_args.gn +++ b/other/CrOS/cros_args.gn @@ -65,6 +65,7 @@ enable_media_drm_storage = true # enable_media_overlay = true enable_hangout_services_extension = true rtc_use_h264 = true +rtc_use_h265 = true rtc_include_ilbc = true # rtc_build_with_neon = true rtc_build_examples = false diff --git a/other/Mac/mac_ARM_args.gn b/other/Mac/mac_ARM_args.gn index b33d5207..b3bf61e5 100644 --- a/other/Mac/mac_ARM_args.gn +++ b/other/Mac/mac_ARM_args.gn @@ -66,6 +66,7 @@ enable_media_drm_storage = true # enable_media_overlay = true enable_hangout_services_extension = false rtc_use_h264 = true +rtc_use_h265 = true rtc_include_ilbc = true rtc_build_with_neon = true rtc_build_examples = false diff --git a/other/Mac/mac_args.gn b/other/Mac/mac_args.gn index 20a7f607..47905426 100644 --- a/other/Mac/mac_args.gn +++ b/other/Mac/mac_args.gn @@ -64,6 +64,7 @@ enable_media_drm_storage = true # enable_media_overlay = true enable_hangout_services_extension = false rtc_use_h264 = true +rtc_use_h265 = true rtc_include_ilbc = true # rtc_build_with_neon = false rtc_build_examples = false diff --git a/other/SSE2/args_SSE2.gn b/other/SSE2/args_SSE2.gn index 046a2ed3..8d51e346 100644 --- a/other/SSE2/args_SSE2.gn +++ b/other/SSE2/args_SSE2.gn @@ -66,6 +66,7 @@ enable_media_drm_storage = true # enable_media_overlay = true enable_hangout_services_extension = false rtc_use_h264 = true +rtc_use_h265 = true rtc_include_ilbc = true # rtc_build_with_neon = true rtc_build_examples = false diff --git a/other/SSE2/win32_SSE2_args.gn b/other/SSE2/win32_SSE2_args.gn index bf10fe24..1820b895 100644 --- a/other/SSE2/win32_SSE2_args.gn +++ b/other/SSE2/win32_SSE2_args.gn @@ -67,6 +67,7 @@ enable_media_drm_storage = true # enable_media_overlay = true enable_hangout_services_extension = false rtc_use_h264 = true +rtc_use_h265 = true rtc_include_ilbc = true # rtc_build_with_neon = true rtc_build_examples = false diff --git a/other/SSE3/args_SSE3.gn b/other/SSE3/args_SSE3.gn index ad8cb19c..df033323 100644 --- a/other/SSE3/args_SSE3.gn +++ b/other/SSE3/args_SSE3.gn @@ -66,6 +66,7 @@ enable_media_drm_storage = true # enable_media_overlay = true enable_hangout_services_extension = false rtc_use_h264 = true +rtc_use_h265 = true rtc_include_ilbc = true # rtc_build_with_neon = true rtc_build_examples = false diff --git a/other/SSE3/win32_SSE3_args.gn b/other/SSE3/win32_SSE3_args.gn index 959c0218..13f30b71 100644 --- a/other/SSE3/win32_SSE3_args.gn +++ b/other/SSE3/win32_SSE3_args.gn @@ -66,6 +66,7 @@ enable_media_drm_storage = true # enable_media_overlay = true enable_hangout_services_extension = false rtc_use_h264 = true +rtc_use_h265 = true rtc_include_ilbc = true # rtc_build_with_neon = true rtc_build_examples = false diff --git a/other/SSE3/win64_SSE3_args.gn b/other/SSE3/win64_SSE3_args.gn index 44baa867..7bdedc32 100644 --- a/other/SSE3/win64_SSE3_args.gn +++ b/other/SSE3/win64_SSE3_args.gn @@ -66,6 +66,7 @@ enable_media_drm_storage = true # enable_media_overlay = true enable_hangout_services_extension = false rtc_use_h264 = true +rtc_use_h265 = true rtc_include_ilbc = true # rtc_build_with_neon = true rtc_build_examples = false diff --git a/other/SSE4.1/args_SSE4.gn b/other/SSE4.1/args_SSE4.gn index ad8cb19c..df033323 100644 --- a/other/SSE4.1/args_SSE4.gn +++ b/other/SSE4.1/args_SSE4.gn @@ -66,6 +66,7 @@ enable_media_drm_storage = true # enable_media_overlay = true enable_hangout_services_extension = false rtc_use_h264 = true +rtc_use_h265 = true rtc_include_ilbc = true # rtc_build_with_neon = true rtc_build_examples = false diff --git a/other/SSE4.1/win_SSE4_args.gn b/other/SSE4.1/win_SSE4_args.gn index 44baa867..7bdedc32 100644 --- a/other/SSE4.1/win_SSE4_args.gn +++ b/other/SSE4.1/win_SSE4_args.gn @@ -66,6 +66,7 @@ enable_media_drm_storage = true # enable_media_overlay = true enable_hangout_services_extension = false rtc_use_h264 = true +rtc_use_h265 = true rtc_include_ilbc = true # rtc_build_with_neon = true rtc_build_examples = false diff --git a/win_args.gn b/win_args.gn index 5485f5f0..6891f93f 100644 --- a/win_args.gn +++ b/win_args.gn @@ -66,6 +66,7 @@ enable_media_drm_storage = true # enable_media_overlay = true enable_hangout_services_extension = false rtc_use_h264 = true +rtc_use_h265 = true rtc_include_ilbc = true # rtc_build_with_neon = true rtc_build_examples = false