comparison liba52/Makefile @ 18720:4bad7f00556e

sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gmail * com< part 1: functional changes
author rathann
date Thu, 15 Jun 2006 22:58:06 +0000
parents c127ce678083
children 4f71ed7cb512
comparison
equal deleted inserted replaced
18719:5d01eb066fa3 18720:4bad7f00556e
7 resample.c \ 7 resample.c \
8 bit_allocate.c \ 8 bit_allocate.c \
9 bitstream.c \ 9 bitstream.c \
10 downmix.c \ 10 downmix.c \
11 imdct.c \ 11 imdct.c \
12 imdct_mlib.c \
13 parse.c \ 12 parse.c \
14 13
15 OBJS = $(SRCS:.c=.o) 14 OBJS = $(SRCS:.c=.o)
16 15
17 CFLAGS = $(MLIB_INC) $(OPTFLAGS) -I.. 16 CFLAGS = $(OPTFLAGS) -I..
18 17
19 .SUFFIXES: .c .o 18 .SUFFIXES: .c .o
20 19
21 # .PHONY: all clean 20 # .PHONY: all clean
22 21