view liba52/Makefile @ 26521:4bcaa9a8a860

Remove unnecessary compilation command that shadows GNU Make builtin command.
author diego
date Sun, 27 Apr 2008 11:00:06 +0000
parents e9f5296505f0
children
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)