X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=124dda7dce4e5f962a7ae026d162f0494d500217;hb=cb1c4447e53a71a7fd5ece3d3ad416e3a6951566;hp=6d42f87ba980ecad08a51dcef73a42889988f1d4;hpb=5fd6c1a5acae2a52545e081ac4b38717c7295d80;p=paraslash.git diff --git a/configure.ac b/configure.ac index 6d42f87b..124dda7d 100644 --- a/configure.ac +++ b/configure.ac @@ -415,71 +415,6 @@ if test $HAVE_CURSES = yes; then build_gui="yes" executables="$executables gui" fi -########################################################################## play -play_objs=" - play - fd - sched - buffer_tree - time - string - net - afh_recv - afh_common - wma_afh - wma_common - mp3_afh - recv_common - udp_recv - http_recv - dccp_recv - filter_common - fec - bitstream - imdct - wav_filter - compress_filter - amp_filter - prebuffer_filter - fecdec_filter - wmadec_filter - write_common - file_write - version - sync_filter - lsu -" -AS_IF([test $NEED_OGG_OBJECTS = yes], [play_objs="$play_objs ogg_afh_common"]) -AS_IF([test $NEED_VORBIS_OBJECTS = yes], - [play_objs="$play_objs oggdec_filter ogg_afh"]) -AS_IF([test $NEED_SPEEX_OBJECTS = yes], - [play_objs="$play_objs spxdec_filter spx_afh spx_common"]) -AS_IF([test $NEED_OPUS_OBJECTS = yes], - [play_objs="$play_objs opusdec_filter opus_afh opus_common"]) -AS_IF([test $NEED_FLAC_OBJECTS = yes], - [play_objs="$play_objs flacdec_filter flac_afh"]) -if test $HAVE_FAAD = yes; then - play_objs="$play_objs aac_afh aacdec_filter mp4" -fi -if test $HAVE_MAD = yes; then - play_objs="$play_objs mp3dec_filter" -fi -if test $HAVE_OSS = yes; then - play_objs="$play_objs oss_write" -fi -if test $HAVE_ALSA = yes; then - play_objs="$play_objs alsa_write" -fi -if test $NEED_AO_OBJECTS = yes; then - play_objs="$play_objs ao_write" -fi -if test $HAVE_READLINE = yes; then - play_objs="$play_objs interactive" -fi -if test $HAVE_SAMPLERATE = yes; then - play_objs="$play_objs resample_filter check_wav" -fi -AC_SUBST(play_objs, add_dot_o($play_objs)) ######################################################################### write write_objs=" write