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

Side by Side Diff: celt/dump_modes/Makefile

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, 10 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
« no previous file with comments | « celt/cwrs.c ('k') | celt/dump_modes/dump_modes.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 CFLAGS=-O2 -Wall -Wextra -DHAVE_CONFIG_H 1 CFLAGS=-O2 -Wall -Wextra -DHAVE_CONFIG_H
2 INCLUDES=-I../ -I../.. -I../../include 2 INCLUDES=-I. -I../ -I../.. -I../../include
3 3
4 all: dump_modes 4 all: dump_modes
5 5
6 dump_modes: 6 dump_modes:
7 » $(CC) $(CFLAGS) $(INCLUDES) -DCUSTOM_MODES dump_modes.c ../modes.c ../cw rs.c ../rate.c ../entenc.c ../entdec.c ../mathops.c ../mdct.c ../kiss_fft.c -o d ump_modes -lm 7 » $(CC) $(CFLAGS) $(INCLUDES) -DCUSTOM_MODES_ONLY -DCUSTOM_MODES dump_mode s.c ../modes.c ../cwrs.c ../rate.c ../entenc.c ../entdec.c ../mathops.c ../mdct. c ../kiss_fft.c -o dump_modes -lm
8 8
9 clean: 9 clean:
10 rm -f dump_modes 10 rm -f dump_modes
OLDNEW
« no previous file with comments | « celt/cwrs.c ('k') | celt/dump_modes/dump_modes.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698