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

Side by Side Diff: celt_sources.mk

Issue 12388030: Update Opus to 1.0.2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/opus
Patch Set: Created 7 years, 9 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') | compile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 CELT_SOURCES = celt/bands.c \
2 celt/celt.c \
3 celt/cwrs.c \
4 celt/entcode.c \
5 celt/entdec.c \
6 celt/entenc.c \
7 celt/kiss_fft.c \
8 celt/laplace.c \
9 celt/mathops.c \
10 celt/mdct.c \
11 celt/modes.c \
12 celt/pitch.c \
13 celt/celt_lpc.c \
14 celt/quant_bands.c \
15 celt/rate.c \
16 celt/vq.c
OLDNEW
« 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