X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=135ef98359a89ef7ecd353c728a5fb73bb40f3f1;hb=f5e248b5d3250f72e3665ba93e5dfbe7c8eb104b;hp=644406003cf1ed2e4716928e9139a1a5579ae1db;hpb=c80a3a764a0ba35e1ba7fb910e2c40bf76e40bb3;p=paraslash.git diff --git a/configure.ac b/configure.ac index 64440600..135ef983 100644 --- a/configure.ac +++ b/configure.ac @@ -459,39 +459,6 @@ if test $HAVE_SAMPLERATE = yes; then filter_objs="$filter_objs resample_filter check_wav" fi AC_SUBST(filter_objs, add_dot_o($filter_objs)) -########################################################################## recv -recv_objs=" - http_recv - recv_common - recv - time - string - net - dccp_recv - fd - sched - stdout - udp_recv - buffer_tree - afh_recv - afh_common - wma_afh - wma_common - mp3_afh - version -" -AS_IF([test $NEED_OGG_OBJECTS = yes], [recv_objs="$recv_objs ogg_afh_common"]) -AS_IF([test $NEED_VORBIS_OBJECTS = yes], [recv_objs="$recv_objs ogg_afh"]) -AS_IF([test $NEED_SPEEX_OBJECTS = yes], - [recv_objs="$recv_objs spx_afh spx_common"]) -AS_IF([test $NEED_OPUS_OBJECTS = yes], - [recv_objs="$recv_objs opus_afh opus_common"]) -AS_IF([test $NEED_FLAC_OBJECTS = yes], [recv_objs="$recv_objs flac_afh"]) - -if test $HAVE_FAAD = yes; then - recv_objs="$recv_objs aac_afh mp4" -fi -AC_SUBST(recv_objs, add_dot_o($recv_objs)) ########################################################################### afh audio_format_handlers="mp3 wma" afh_objs="