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

Unified Diff: celt_headers.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/x86/pitch_sse.h ('k') | celt_sources.mk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: celt_headers.mk
diff --git a/celt_headers.mk b/celt_headers.mk
index f89d66a2220370b07425ad8918f637922f06eae3..067b29406d170683095efc2378abd5e71ad19f12 100644
--- a/celt_headers.mk
+++ b/celt_headers.mk
@@ -2,6 +2,7 @@ CELT_HEAD = \
celt/arch.h \
celt/bands.h \
celt/celt.h \
+celt/cpu_support.h \
include/opus_types.h \
include/opus_defines.h \
include/opus_custom.h \
@@ -28,4 +29,10 @@ celt/rate.h \
celt/stack_alloc.h \
celt/vq.h \
celt/static_modes_float.h \
-celt/static_modes_fixed.h
+celt/static_modes_fixed.h \
+celt/arm/armcpu.h \
+celt/arm/fixed_armv4.h \
+celt/arm/fixed_armv5e.h \
+celt/arm/kiss_fft_armv4.h \
+celt/arm/kiss_fft_armv5e.h \
+celt/x86/pitch_sse.h
« no previous file with comments | « celt/x86/pitch_sse.h ('k') | celt_sources.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698