view tremor/Makefile @ 23833:50e9bd6518f6

r23416: Drop the metadata stuff and replace it with generic property string expansion. r23588: The audio balance feature implemented with af_pan. r23745: Add the sub_scale property and command. r23747: Add a loop command and property. version bump to r23834
author kraymer
date Tue, 24 Jul 2007 18:48:46 +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