Mercurial > mplayer.hg
view liba52/Makefile @ 23297:0e85cec59e3b
r23308: List dv in pixel formats lavc's dv encoder supports.
r23311: add svq1 lavcopts format colorspace
r23314: fix formating of lavcopts format suboptions
author | voroshil |
---|---|
date | Mon, 14 May 2007 06:07:04 +0000 |
parents | afb7111123bb |
children | 853622d14aa4 |
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: test.c ../osdep/libosdep.a $(LIBNAME_COMMON) $(CC) $(CFLAGS) -o $@ $^ -lm