view tremor/Makefile @ 26273:8c92e7e4ccd9

command.h: Remove unnecessary includes Remove #include of "mp_core.h" and "input/input.h". Their only use was that functions declared in command.h took pointers to structs defined in those headers. Declare the structs directly as incomplete types instead.
author uau
date Mon, 31 Mar 2008 04:10:54 +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