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

Unified Diff: celt_sources.mk

Issue 882843002: Update to opus-HEAD-66611f1. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/opus.git@master
Patch Set: Add the contents of Makefile.mips back. Created 5 years, 11 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 | « celt_headers.mk ('k') | compile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: celt_sources.mk
diff --git a/celt_sources.mk b/celt_sources.mk
index 2bbe7700cc57425089fec29049705c0cc7d4439c..29ec9374368f19cc2f46e12fab53376489a9461c 100644
--- a/celt_sources.mk
+++ b/celt_sources.mk
@@ -17,6 +17,12 @@ celt/quant_bands.c \
celt/rate.c \
celt/vq.c
+CELT_SOURCES_SSE = celt/x86/x86cpu.c \
+celt/x86/x86_celt_map.c \
+celt/x86/pitch_sse.c
+
+CELT_SOURCES_SSE4_1 = celt/x86/celt_lpc_sse.c
+
CELT_SOURCES_ARM = \
celt/arm/armcpu.c \
celt/arm/arm_celt_map.c
@@ -26,3 +32,6 @@ celt/arm/celt_pitch_xcorr_arm.s
CELT_AM_SOURCES_ARM_ASM = \
celt/arm/armopts.s.in
+
+CELT_SOURCES_ARM_NEON_INTR = \
+celt/arm/celt_neon_intr.c
« no previous file with comments | « celt_headers.mk ('k') | compile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698