Mercurial > mplayer.hg
comparison liba52/Makefile @ 3412:21d65a4ae3c9
resample.c added - float->int conversion and channel ordering
author | arpi |
---|---|
date | Sun, 09 Dec 2001 19:23:15 +0000 |
parents | b33d04167063 |
children | a4721884eaf5 |
comparison
equal
deleted
inserted
replaced
3411:1c571bccd19a | 3412:21d65a4ae3c9 |
---|---|
1 | 1 |
2 LIBNAME = liba52.a | 2 LIBNAME = liba52.a |
3 | 3 |
4 include ../config.mak | 4 include ../config.mak |
5 | 5 |
6 SRCS = bit_allocate.c bitstream.c downmix.c imdct.c imdct_mlib.c parse.c | 6 SRCS = resample.c bit_allocate.c bitstream.c downmix.c imdct.c imdct_mlib.c parse.c |
7 OBJS = $(SRCS:.c=.o) | 7 OBJS = $(SRCS:.c=.o) |
8 | 8 |
9 CFLAGS = $(OPTFLAGS) | 9 CFLAGS = $(OPTFLAGS) |
10 | 10 |
11 .SUFFIXES: .c .o | 11 .SUFFIXES: .c .o |