view liba52/Makefile @ 25123:2caa21647239

pgc->subp_control and pgc->audio_control are no more bitfields, but plain uint32_t and uint16_t respectively; replaced access to bitfield members with bitmask operations (and removed some ugly macro)
author nicodvb
date Fri, 23 Nov 2007 21:12:11 +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