comparison libgsmfr2/Makefile @ 274:52c667f17d2c

libgsmfr2: implement gsmfr_0610_encode_frame() wrapper
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 14 Apr 2024 02:57:18 +0000
parents 0be493a1e0d6
children 5fbb323b2978
comparison
equal deleted inserted replaced
273:0be493a1e0d6 274:52c667f17d2c
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 OBJS= add.o comfort_noise.o dec_main.o dec_wrap.o ed_state.o enc_main.o \ 3 OBJS= add.o comfort_noise.o dec_main.o dec_wrap.o ed_state.o enc_main.o \
4 long_term.o lpc.o pack_frame.o pack_frame2.o pp_bad.o pp_good.o \ 4 enc_wrap.o long_term.o lpc.o pack_frame.o pack_frame2.o pp_bad.o \
5 pp_state.o preprocess.o prng.o rpe.o short_term.o sidclass.o \ 5 pp_good.o pp_state.o preprocess.o prng.o rpe.o short_term.o sidclass.o \
6 silence_frame.o table.o unpack_frame.o unpack_frame2.o xmaxc_mean.o 6 silence_frame.o table.o unpack_frame.o unpack_frame2.o xmaxc_mean.o
7 HDRS= ed_internal.h ed_state.h pp_internal.h pp_state.h tw_gsmfr.h typedef.h 7 HDRS= ed_internal.h ed_state.h pp_internal.h pp_state.h tw_gsmfr.h typedef.h
8 LIB= libgsmfr2.a 8 LIB= libgsmfr2.a
9 9
10 INSTALL_PREFIX= /usr/local 10 INSTALL_PREFIX= /usr/local