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 /test/run_encoder.cxx | |
parent | 017eecb8e8403f154fbd8c009437eb09abc60310 (diff) |
Encoder*: move to src/encoder
.. and move the plugins to src/encoder/plugins/.
Diffstat (limited to 'test/run_encoder.cxx')
-rw-r--r-- | test/run_encoder.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/run_encoder.cxx b/test/run_encoder.cxx index 3714e4f3b..ace9faf18 100644 --- a/test/run_encoder.cxx +++ b/test/run_encoder.cxx @@ -18,8 +18,8 @@ */ #include "config.h" -#include "EncoderList.hxx" -#include "EncoderPlugin.hxx" +#include "encoder/EncoderList.hxx" +#include "encoder/EncoderPlugin.hxx" #include "AudioFormat.hxx" #include "AudioParser.hxx" #include "ConfigData.hxx" |