view liba52/Makefile @ 26379:fa8997230d4e

Reformat demuxer.c Indent with "indent -kr -l79 -nut" and fix various suboptimal results by hand. Also remove some commented-out cruft and one unnecessary case of parentheses as in "return (r)".
author uau
date Sat, 12 Apr 2008 15:51:08 +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