Mercurial > mplayer.hg
view liba52/Makefile @ 25925:ca2625d5e174
Check buffer index while reading to avoid sig11
Fixes bugzilla #956
author | rtogni |
---|---|
date | Tue, 05 Feb 2008 21:32:37 +0000 |
parents | 853622d14aa4 |
children | e9f5296505f0 |
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 ../cpudetect.o $(LIBNAME_COMMON) $(CC) $(CFLAGS) -o $@ $^ -lm