Rev 43 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#
# The mpeg library
#
# (see sources for copyrights)
ifndef BASE
BASE=../..
endif
include $(BASE)/config/config.mk
LIBRARY = mp3
OBJS_PATH = $(BASE)/ports/mpg123
OBJS= decode.o dct64.o common.o decode_2to1.o decode_4to1.o \
tabinit.o layer1.o layer2.o layer3.o
#mpg123.o httpget.o xfermem.o
#buffer.o getlopt.o
#OBJS= $(patsubst %.c,%.o,$(SRCS))
#C_WARN += -Wno-unused -Wno-uninitialized -Wno-implicit-function-declaration \
# -Wno-switch -Wno-return-type
#C_DEF += -DNOCONTROLS
C_INC += -I.
include $(BASE)/config/lib.mk