Mercurial > mplayer.hg
view 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 |
line wrap: on
line source
include ../config.mak LIBNAME_COMMON = liba52.a SRCS_COMMON = crc.c \ resample.c \ bit_allocate.c \ bitstream.c \ downmix.c \ imdct.c \ parse.c \ include ../mpcommon.mak test: $(LIBNAME_COMMON) test.c $(CC) $(CFLAGS) test.c ../cpudetect.c -o test ../osdep/libosdep.a ./liba52.a -lm distclean:: rm -f test