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

Side by Side Diff: opus_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 | « opus_headers.mk ('k') | silk/A2NLSF.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 OPUS_SOURCES = src/opus.c \ 1 OPUS_SOURCES = src/opus.c \
2 src/opus_decoder.c \ 2 src/opus_decoder.c \
3 src/opus_encoder.c \ 3 src/opus_encoder.c \
4 src/opus_multistream.c \ 4 src/opus_multistream.c \
5 src/opus_multistream_encoder.c \
6 src/opus_multistream_decoder.c \
5 src/repacketizer.c 7 src/repacketizer.c
8
9 OPUS_SOURCES_FLOAT = \
10 src/analysis.c \
11 src/mlp.c \
12 src/mlp_data.c
OLDNEW
« no previous file with comments | « opus_headers.mk ('k') | silk/A2NLSF.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698