FreeCalypso > hg > vband-misc
comparison pcmu2efr/Makefile @ 23:2628a34fe75b
pcmu2efr: encode 2nd frame for AMR-EFR offsets 120-159
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 12 May 2024 04:24:15 +0000 |
parents | 3eb407b08b4c |
children | c52fb8080faf |
comparison
equal
deleted
inserted
replaced
22:f4420403219a | 23:2628a34fe75b |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 PROGS= amrefr-out comb-diff dhf-check stdefr-diff stdefr-out | 3 PROGS= amrefr-out comb-diff dhf-check stdefr-diff stdefr-out |
4 | 4 |
5 AMREFR_OBJS= amrefr-out.o gen-amrefr.o gen160.o seqsyncu.o ulaw-expand.o | 5 AMREFR_OBJS= amrefr-out.o gen-amrefr.o gen160.o seqsyncu.o ulaw-expand.o |
6 COMB_DIFF_OBJS= comb-diff.o gen-amrefr.o gen-efr.o gen160.o seqsyncu.o \ | 6 COMB_DIFF_OBJS= comb-diff.o gen-amr-2fr.o gen-efr.o gen160.o seqsyncu.o \ |
7 ulaw-expand.o | 7 ulaw-expand.o |
8 DHF_CHECK_OBJS= dhf-check.o gen-amrefr.o gen-efr.o gen160.o seqsyncu.o \ | 8 DHF_CHECK_OBJS= dhf-check.o gen-amr-2fr.o gen-efr.o gen160.o seqsyncu.o \ |
9 ulaw-expand.o | 9 ulaw-expand.o |
10 STDEFR_OBJS= gen-efr.o gen160.o seqsyncu.o stdefr-out.o ulaw-expand.o | 10 STDEFR_OBJS= gen-efr.o gen160.o seqsyncu.o stdefr-out.o ulaw-expand.o |
11 STDEFRD_OBJS= gen-efr.o gen160.o seqsyncu.o stdefr-diff.o ulaw-expand.o | 11 STDEFRD_OBJS= gen-efr.o gen160.o seqsyncu.o stdefr-diff.o ulaw-expand.o |
12 | 12 |
13 all: ${PROGS} | 13 all: ${PROGS} |