Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1076)

Unified Diff: third_party/libvpx/libvpx_srcs.gni

Issue 2892403004: Roll src/third_party/libvpx/source/libvpx/ 31cb852a9..b3bf91bdc (11 commits) (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libvpx/README.chromium ('k') | third_party/libvpx/source/config/ios/arm-neon/vpx_dsp_rtcd.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libvpx/libvpx_srcs.gni
diff --git a/third_party/libvpx/libvpx_srcs.gni b/third_party/libvpx/libvpx_srcs.gni
index 1eb6b737cf8217b0baeb08bf5ebf519d58ea004f..08b2a5c2d750ceaaf900ec5d28cfac53c4f4a144 100644
--- a/third_party/libvpx/libvpx_srcs.gni
+++ b/third_party/libvpx/libvpx_srcs.gni
@@ -1552,6 +1552,7 @@ libvpx_srcs_arm_neon = [
"//third_party/libvpx/source/libvpx/vpx_dsp/add_noise.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/avg_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/deblock_neon.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/arm/fdct_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/fwd_txfm_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/hadamard_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_1_add_neon.c",
@@ -2026,6 +2027,7 @@ libvpx_srcs_arm_neon_cpu_detect_neon = [
"//third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_quantize_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/avg_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/deblock_neon.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/arm/fdct_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/fwd_txfm_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/hadamard_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_1_add_neon.c",
@@ -2348,6 +2350,7 @@ libvpx_srcs_arm64 = [
"//third_party/libvpx/source/libvpx/vpx_dsp/add_noise.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/avg_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/deblock_neon.c",
+ "//third_party/libvpx/source/libvpx/vpx_dsp/arm/fdct_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/fwd_txfm_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/hadamard_neon.c",
"//third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_1_add_neon.c",
« no previous file with comments | « third_party/libvpx/README.chromium ('k') | third_party/libvpx/source/config/ios/arm-neon/vpx_dsp_rtcd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698