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

Unified Diff: celt_headers.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/x86/x86cpu.c ('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 8811e167f1f9d821455db17edcfacf62d30bde37..5bb193e21704dbf846f77edc43ff08a2178177ee 100644
--- a/celt_headers.mk
+++ b/celt_headers.mk
@@ -24,6 +24,7 @@ celt/modes.h \
celt/os_support.h \
celt/pitch.h \
celt/celt_lpc.h \
+celt/x86/celt_lpc_sse.h \
celt/quant_bands.h \
celt/rate.h \
celt/stack_alloc.h \
@@ -36,4 +37,5 @@ celt/arm/fixed_armv5e.h \
celt/arm/kiss_fft_armv4.h \
celt/arm/kiss_fft_armv5e.h \
celt/arm/pitch_arm.h \
-celt/x86/pitch_sse.h
+celt/x86/pitch_sse.h \
+celt/x86/x86cpu.h
« no previous file with comments | « celt/x86/x86cpu.c ('k') | celt_sources.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698