view liba52/Makefile @ 26054:d9b11d83367f

Add missing #includes for Mac OS X, fixes the warning ldt_keeper.c:243: warning: implicit declaration of function i386_set_ldt patch by Elias Pipping, elias pipping org
author diego
date Sun, 24 Feb 2008 12:18:01 +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