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

Unified Diff: celt_sources.mk

Issue 28553003: Updating Opus to a pre-release of 1.1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/opus
Patch Set: Removing failing file Created 7 years, 2 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') | configure.ac » ('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 6f0a90e061ce3644fe69bf3118de1d86286ae7e3..e1aee8fa6d3ef35e6144f46630c5b77554688e5b 100644
--- a/celt_sources.mk
+++ b/celt_sources.mk
@@ -1,5 +1,7 @@
CELT_SOURCES = celt/bands.c \
celt/celt.c \
+celt/celt_encoder.c \
+celt/celt_decoder.c \
celt/cwrs.c \
celt/entcode.c \
celt/entdec.c \
@@ -14,3 +16,6 @@ celt/celt_lpc.c \
celt/quant_bands.c \
celt/rate.c \
celt/vq.c
+
+CELT_SOURCES_ARM = \
+celt/arm/armcpu.c
« no previous file with comments | « celt_headers.mk ('k') | configure.ac » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698