X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh_common.c;h=6c161a7c7ea2a30c0abb6a87c91ef5075d5dbf06;hp=83ea38082bb7626bc7f38ed5247369acd54abdbd;hb=24758c5f;hpb=f652ce6afe7f6fd0e42814505234cbf4321a736e diff --git a/afh_common.c b/afh_common.c index 83ea3808..6c161a7c 100644 --- a/afh_common.c +++ b/afh_common.c @@ -7,7 +7,6 @@ /** \file afh_common.c Common audio format handler functions. */ #include /* mmap */ -#include /* gettimeofday */ #include #include @@ -109,8 +108,7 @@ void afh_init(void) { int i; - PARA_INFO_LOG("supported audio formats: %s\n", - SERVER_AUDIO_FORMATS); + PARA_INFO_LOG("supported audio formats: %s\n", AUDIO_FORMAT_HANDLERS); FOR_EACH_AUDIO_FORMAT(i) { PARA_NOTICE_LOG("initializing %s handler\n", audio_format_name(i));