diff options
author | Max Kellermann <max@duempel.org> | 2015-01-08 19:31:57 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-01-08 19:31:57 +0100 |
commit | 362a6e6d460a3b197db33f0f2f082e0015f23820 (patch) | |
tree | 248ffcc4840a3d3b50b16ecbc489fe8750f99911 /Makefile.am | |
parent | c76c7c68ff497a9e9bc33c14db097b8a17f1f5f9 (diff) | |
download | mpd-362a6e6d460a3b197db33f0f2f082e0015f23820.tar.gz mpd-362a6e6d460a3b197db33f0f2f082e0015f23820.tar.xz mpd-362a6e6d460a3b197db33f0f2f082e0015f23820.zip |
encoder/Plugin: move struct Encoder to EncoderInterface.hxx
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f5c02041c..b76d1722a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1047,6 +1047,7 @@ ENCODER_LIBS = \ libencoder_plugins_a_SOURCES = \ src/encoder/EncoderAPI.hxx \ + src/encoder/EncoderInterface.hxx \ src/encoder/EncoderPlugin.hxx \ src/encoder/plugins/OggStream.hxx \ src/encoder/plugins/NullEncoderPlugin.cxx \ |