add replaygain_synthesis

This commit is contained in:
Josh Coalson
2002-11-01 04:27:46 +00:00
parent 348f112e83
commit 83bf6157e7
5 changed files with 23 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
topdir = ../..
LIB_NAME = libplugin_common
INCLUDES = -I$(topdir)/include -I$(HOME)/local/include
INCLUDES = -I./include -I$(topdir)/include -I$(HOME)/local/include
DEFINES = -DFLAC__HAS_ID3LIB -DID3LIB_MAJOR=3 -DID3LIB_MINOR=8 -DID3LIB_PATCH=0
OBJS = \
@@ -14,6 +14,7 @@ OBJS = \
dither.o \
id3v1.o \
id3v2.o \
replaygain_synthesis.o \
vorbiscomment.o
include $(topdir)/build/lib.mk