X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod.c;h=4dfd5d53d4c5c1a5d7d3d3b4273231dddc6a0f5a;hp=791432ceedc3156b477802d2e64edb45446cdc45;hb=618a25011420f434f05305a4053a49824d39b4a2;hpb=4fa8cb43454bc7e6d958433b1524fdc2f455f2ad diff --git a/audiod.c b/audiod.c index 791432ce..4dfd5d53 100644 --- a/audiod.c +++ b/audiod.c @@ -38,6 +38,8 @@ INIT_AUDIOD_ERRLISTS; /** define the array containing all supported audio formats */ const char *audio_formats[] = {AUDIOD_AUDIO_FORMAT_ARRAY NULL}; +DEFINE_RECEIVER_ARRAY; + /** Defines how audiod handles one supported audio format. */ struct audio_format_info { /** pointer to the receiver for this audio format */