view liba52/Makefile @ 24631:f61c325bca3c

fixed bug introduced with previous commit: patch_panscan() must work in the sequence_display_extension, not on se_ptr
author nicodvb
date Fri, 28 Sep 2007 21:20:41 +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