view liba52/Makefile @ 25435:5779358c3f86

Currently menu title did not align center together with menu items when x>=0. Now fix it to get a good alignment with menu items.
author ulion
date Wed, 19 Dec 2007 15:21:27 +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