view liba52/Makefile @ 25022:78761aa9b8b3

removed unneeded checks on the version of dvdnav (the acceptance of --minilibs guarantees it's ok) and unneeded assignments
author nicodvb
date Wed, 14 Nov 2007 22:20:19 +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