From 2bfddd43109171accbb307ec136d5a517e52bfff Mon Sep 17 00:00:00 2001 From: Viliam Mateicka Date: Sat, 24 Oct 2009 19:01:15 +0200 Subject: encoder: new encoder plugin which just pass data through --- src/encoder_list.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/encoder_list.c') diff --git a/src/encoder_list.c b/src/encoder_list.c index 2016d4cba..48660343b 100644 --- a/src/encoder_list.c +++ b/src/encoder_list.c @@ -23,11 +23,13 @@ #include +extern const struct encoder_plugin none_encoder_plugin; extern const struct encoder_plugin vorbis_encoder_plugin; extern const struct encoder_plugin lame_encoder_plugin; extern const struct encoder_plugin twolame_encoder_plugin; static const struct encoder_plugin *encoder_plugins[] = { + &none_encoder_plugin, #ifdef ENABLE_VORBIS_ENCODER &vorbis_encoder_plugin, #endif -- cgit v1.2.3