X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=6d42f87ba980ecad08a51dcef73a42889988f1d4;hb=5fd6c1a5acae2a52545e081ac4b38717c7295d80;hp=8ea488c2eb2ab9e316cefe3cb9af3c5db651cac8;hpb=ba8727c5857363c70f190ea98f92c41cd041e375;p=paraslash.git diff --git a/configure.ac b/configure.ac index 8ea488c2..6d42f87b 100644 --- a/configure.ac +++ b/configure.ac @@ -415,41 +415,6 @@ if test $HAVE_CURSES = yes; then build_gui="yes" executables="$executables gui" fi -########################################################################### afh -audio_format_handlers="mp3 wma" -afh_objs=" - afh - string - fd - mp3_afh - afh_common - time - wma_afh - wma_common - version -" -AS_IF([test $NEED_OGG_OBJECTS = yes], [afh_objs="$afh_objs ogg_afh_common"]) -AS_IF([test $NEED_VORBIS_OBJECTS = yes], [ - afh_objs="$afh_objs ogg_afh" - audio_format_handlers="$audio_format_handlers ogg" -]) -AS_IF([test $NEED_SPEEX_OBJECTS = yes], [ - afh_objs="$afh_objs spx_afh spx_common" - audio_format_handlers="$audio_format_handlers spx" -]) -AS_IF([test $NEED_OPUS_OBJECTS = yes], [ - afh_objs="$afh_objs opus_afh opus_common" - audio_format_handlers="$audio_format_handlers opus" -]) -AS_IF([test $NEED_FLAC_OBJECTS = yes], [ - afh_objs="$afh_objs flac_afh" - audio_format_handlers="$audio_format_handlers flac" -]) -if test $HAVE_FAAD = yes; then - afh_objs="$afh_objs aac_afh mp4" - audio_format_handlers="$audio_format_handlers aac" -fi -AC_SUBST(afh_objs, add_dot_o($afh_objs)) ########################################################################## play play_objs=" play @@ -559,8 +524,6 @@ if test $HAVE_READLINE = yes; then fi AC_SUBST(audioc_objs, add_dot_o($audioc_objs)) -AC_DEFINE_UNQUOTED(AUDIO_FORMAT_HANDLERS, "$audio_format_handlers", - [formats supported by para_server and para_afh]) AC_SUBST(executables) AC_OUTPUT @@ -571,7 +534,6 @@ crypto lib: ${CRYPTOLIB:-[none]} readline (interactive CLIs): $HAVE_READLINE id3 version 2 support: $HAVE_ID3TAG faad: $HAVE_FAAD -audio format handlers: $audio_format_handlers exe: $executables para_server: $build_server