view liba52/Makefile @ 24436:c1b98b43b897

Fix off-by-one error if fsize is odd (does handling that case even make sense?) and remove a TODO comment that no longer applies.
author reimar
date Fri, 14 Sep 2007 12:52:13 +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