view liba52/Makefile @ 24280:c1d941c2d9a0

Small code simplification as suggested by Reimar: declare variables used only inside loop in those loop. Hope this will make code a bit easy to understand.
author voroshil
date Wed, 29 Aug 2007 18:19:50 +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