Mercurial > mplayer.hg
view liba52/Makefile @ 24060:1a34d8115a84
Move setting of res_comment for internal dvdread to a more sensible place.
Now it will get set even if the dvdread check is skipped.
author | diego |
---|---|
date | Thu, 16 Aug 2007 14:12:58 +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