Encoder*: move to src/encoder

.. and move the plugins to src/encoder/plugins/.
This commit is contained in:
Max Kellermann
2014-01-23 23:09:14 +01:00
parent 017eecb8e8
commit 655ad34414
30 changed files with 49 additions and 46 deletions

View File

@@ -43,8 +43,8 @@
#include "util/OptionParser.hxx"
#ifdef ENABLE_ENCODER
#include "EncoderList.hxx"
#include "EncoderPlugin.hxx"
#include "encoder/EncoderList.hxx"
#include "encoder/EncoderPlugin.hxx"
#endif
#ifdef ENABLE_ARCHIVE