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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « celt_headers.mk ('k') | configure.ac » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CELT_SOURCES = celt/bands.c \ 1 CELT_SOURCES = celt/bands.c \
2 celt/celt.c \ 2 celt/celt.c \
3 celt/celt_encoder.c \
4 celt/celt_decoder.c \
3 celt/cwrs.c \ 5 celt/cwrs.c \
4 celt/entcode.c \ 6 celt/entcode.c \
5 celt/entdec.c \ 7 celt/entdec.c \
6 celt/entenc.c \ 8 celt/entenc.c \
7 celt/kiss_fft.c \ 9 celt/kiss_fft.c \
8 celt/laplace.c \ 10 celt/laplace.c \
9 celt/mathops.c \ 11 celt/mathops.c \
10 celt/mdct.c \ 12 celt/mdct.c \
11 celt/modes.c \ 13 celt/modes.c \
12 celt/pitch.c \ 14 celt/pitch.c \
13 celt/celt_lpc.c \ 15 celt/celt_lpc.c \
14 celt/quant_bands.c \ 16 celt/quant_bands.c \
15 celt/rate.c \ 17 celt/rate.c \
16 celt/vq.c 18 celt/vq.c
19
20 CELT_SOURCES_ARM = \
21 celt/arm/armcpu.c
OLDNEW
« 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