view tremor/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 795791668295
children d4f4ce3534c3
line wrap: on
line source

include ../config.mak

LIBNAME_COMMON = libvorbisidec.a

SRCS_COMMON = bitwise.c \
              block.c \
              codebook.c \
              floor0.c \
              floor1.c \
              framing.c \
              info.c \
              mapping0.c \
              mdct.c \
              registry.c \
              res012.c \
              sharedbook.c \
              synthesis.c \
              window.c \

CFLAGS-$(TREMOR_LOW)  += -D_LOW_ACCURACY_

include ../mpcommon.mak