add undocumented option --apply-replaygain-which-is-not-lossless to flac; required a lot of reorganization; gain_analysis lib renamed to replaygain_analyis; replaygain_synthesis moved out of plugin_common into its own library in share/

This commit is contained in:
Josh Coalson
2003-12-17 04:51:06 +00:00
parent 628f4efc55
commit 9c650a561a
56 changed files with 481 additions and 206 deletions

View File

@@ -2,8 +2,6 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = include .
INCLUDES = -I$(top_srcdir)/include @ID3LIB_CFLAGS@
noinst_LTLIBRARIES = libplugin_common.la
@@ -17,7 +15,6 @@ noinst_HEADERS = \
id3v1.h \
id3v2.h \
locale_hack.h \
replaygain_synthesis.h \
vorbiscomment.h
libplugin_common_la_SOURCES = \
@@ -26,7 +23,6 @@ libplugin_common_la_SOURCES = \
dither.c \
id3v1.c \
id3v2.c \
replaygain_synthesis.c \
vorbiscomment.c
EXTRA_DIST = \