view liba52/Makefile @ 25952:bb89f92affff

Slightly document alpha for OSD color
author reimar
date Mon, 11 Feb 2008 19:01:34 +0000 (2008-02-11)
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