diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2003-12-17 04:51:06 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2003-12-17 04:51:06 +0000 |
commit | 9c650a561aee741d64497de7bd987baf69747587 (patch) | |
tree | 2eeef1e17b89e17d943f2a546cc4fd714e18f1de /src/plugin_common/all.h | |
parent | 628f4efc55dee0ff4efcc5a43c4c408431a5fdd0 (diff) | |
download | flac-9c650a561aee741d64497de7bd987baf69747587.tar.gz |
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/
Diffstat (limited to 'src/plugin_common/all.h')
-rw-r--r-- | src/plugin_common/all.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugin_common/all.h b/src/plugin_common/all.h index b7e88dec..c43e63d6 100644 --- a/src/plugin_common/all.h +++ b/src/plugin_common/all.h @@ -25,7 +25,6 @@ #include "id3v1.h" #include "id3v2.h" #include "locale_hack.h" -#include "replaygain_synthesis.h" #include "vorbiscomment.h" #endif |