From d793b7c03ff7444b0aab485e5895573b4a4ff0a1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 1 Oct 2012 20:15:15 +0200 Subject: encoder/opus: new encoder plugin for the Opus codec --- src/encoder_list.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/encoder_list.c') diff --git a/src/encoder_list.c b/src/encoder_list.c index 3bbf9330..029b4be3 100644 --- a/src/encoder_list.c +++ b/src/encoder_list.c @@ -21,6 +21,7 @@ #include "encoder_list.h" #include "encoder_plugin.h" #include "encoder/VorbisEncoderPlugin.hxx" +#include "encoder/OpusEncoderPlugin.hxx" #include @@ -35,6 +36,9 @@ const struct encoder_plugin *const encoder_plugins[] = { #ifdef ENABLE_VORBIS_ENCODER &vorbis_encoder_plugin, #endif +#ifdef HAVE_OPUS + &opus_encoder_plugin, +#endif #ifdef ENABLE_LAME_ENCODER &lame_encoder_plugin, #endif -- cgit v1.2.3