diff options
author | Max Kellermann <max@duempel.org> | 2014-01-23 23:09:14 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-23 23:09:14 +0100 |
commit | 655ad344140ee250f8becf67544dbe035a3460b1 (patch) | |
tree | 1f9cf0ce40ba07378d2c129d765034c24284ffbe /src/encoder/plugins/ShineEncoderPlugin.cxx | |
parent | 017eecb8e8403f154fbd8c009437eb09abc60310 (diff) | |
download | mpd-655ad344140ee250f8becf67544dbe035a3460b1.tar.gz mpd-655ad344140ee250f8becf67544dbe035a3460b1.tar.xz mpd-655ad344140ee250f8becf67544dbe035a3460b1.zip |
Encoder*: move to src/encoder
.. and move the plugins to src/encoder/plugins/.
Diffstat (limited to '')
-rw-r--r-- | src/encoder/plugins/ShineEncoderPlugin.cxx (renamed from src/encoder/ShineEncoderPlugin.cxx) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encoder/ShineEncoderPlugin.cxx b/src/encoder/plugins/ShineEncoderPlugin.cxx index 39e400a58..5b1b95a27 100644 --- a/src/encoder/ShineEncoderPlugin.cxx +++ b/src/encoder/plugins/ShineEncoderPlugin.cxx @@ -19,7 +19,7 @@ #include "ShineEncoderPlugin.hxx" #include "config.h" -#include "EncoderAPI.hxx" +#include "../EncoderAPI.hxx" #include "AudioFormat.hxx" #include "ConfigError.hxx" #include "util/Manual.hxx" |