shout: removed shout_encoder_plugins
This array is empty, and is not used anymore.
This commit is contained in:
parent
f6e5c00726
commit
1c56edd1c8
|
@ -19,7 +19,6 @@
|
||||||
#include "shout_plugin.h"
|
#include "shout_plugin.h"
|
||||||
#include "encoder_plugin.h"
|
#include "encoder_plugin.h"
|
||||||
#include "encoder_list.h"
|
#include "encoder_list.h"
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -29,16 +28,6 @@
|
||||||
|
|
||||||
static int shout_init_count;
|
static int shout_init_count;
|
||||||
|
|
||||||
static const struct shout_encoder_plugin *const shout_encoder_plugins[] = {
|
|
||||||
#ifdef HAVE_SHOUT_MP3
|
|
||||||
&shout_mp3_encoder,
|
|
||||||
#endif
|
|
||||||
#ifdef HAVE_SHOUT_OGG
|
|
||||||
&shout_ogg_encoder,
|
|
||||||
#endif
|
|
||||||
NULL
|
|
||||||
};
|
|
||||||
|
|
||||||
static const struct encoder_plugin *
|
static const struct encoder_plugin *
|
||||||
shout_encoder_plugin_get(const char *name)
|
shout_encoder_plugin_get(const char *name)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue