Mercurial > mplayer.hg
comparison liba52/Makefile @ 22531:090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
author | diego |
---|---|
date | Tue, 13 Mar 2007 21:55:23 +0000 |
parents | 8bcff5c7e387 |
children | 099a3c8158dd |
comparison
equal
deleted
inserted
replaced
22530:fefb92f3c59a | 22531:090ec2169aee |
---|---|
1 include ../config.mak | |
1 | 2 |
2 LIBNAME_COMMON = liba52.a | 3 LIBNAME_COMMON = liba52.a |
3 | 4 |
4 include ../config.mak | |
5 | |
6 SRCS_COMMON = crc.c \ | 5 SRCS_COMMON = crc.c \ |
7 resample.c \ | 6 resample.c \ |
8 bit_allocate.c \ | 7 bit_allocate.c \ |
9 bitstream.c \ | 8 bitstream.c \ |
10 downmix.c \ | 9 downmix.c \ |
11 imdct.c \ | 10 imdct.c \ |
12 parse.c \ | 11 parse.c \ |
13 | 12 |
14 include ../mpcommon.mak | 13 include ../mpcommon.mak |
15 | 14 |
16 test: $(LIBNAME_COMMON) test.c | 15 test: $(LIBNAME_COMMON) test.c |
17 $(CC) $(CFLAGS) test.c ../cpudetect.c -o test ../osdep/libosdep.a ./liba52.a -lm | 16 $(CC) $(CFLAGS) test.c ../cpudetect.c -o test ../osdep/libosdep.a ./liba52.a -lm |