view liba52/Makefile @ 26104:e5bce92eb572

Replace __MINGW32__ preprocessor check with proper HAVE_SYS_MMAN_H check.
author diego
date Sat, 01 Mar 2008 10:16:43 +0000
parents 853622d14aa4
children e9f5296505f0
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 ../cpudetect.o $(LIBNAME_COMMON)
	$(CC) $(CFLAGS) -o $@ $^ -lm