comparison configure.ac @ 269:1b82a9932b60 trunk

[svn] Import sid plugin. Ported from XMMS by giacomo.
author chainsaw
date Thu, 08 Dec 2005 15:12:12 -0800
parents ddb59458d7a9
children c7efd92ee0e8
comparison
equal deleted inserted replaced
268:1368faba73c9 269:1b82a9932b60
425 AC_CHECK_LIB([samplerate],[src_new],[have_libsamplerate=yes],[have_libsamplerate=no]) 425 AC_CHECK_LIB([samplerate],[src_new],[have_libsamplerate=yes],[have_libsamplerate=no])
426 fi 426 fi
427 427
428 AM_CONDITIONAL(ENABLE_CROSSFADE, test "$enable_crossfade" = "yes") 428 AM_CONDITIONAL(ENABLE_CROSSFADE, test "$enable_crossfade" = "yes")
429 AM_CONDITIONAL(HAVE_LIBSAMPLERATE, test "$have_libsamplerate" = "yes") 429 AM_CONDITIONAL(HAVE_LIBSAMPLERATE, test "$have_libsamplerate" = "yes")
430
431 dnl *** sid
432 AC_ARG_ENABLE( sid,
433 [ --disable-sid disable sid input plugin [default=enabled]],,
434 enable_sid="yes")
435
436 if test "x$enable_sid" = xyes; then
437 AM_PATH_SIDPLAY(have_sidplay=yes, have_sidplay=no)
438 else
439 AC_MSG_RESULT([*** sid plugin disabled per user request ***])
440 have_sidplay=no
441 fi
442 AM_CONDITIONAL(HAVE_SIDPLAY,test "x$have_sidplay" = xyes)
430 443
431 dnl *** OSS output 444 dnl *** OSS output
432 445
433 AC_ARG_ENABLE(oss, 446 AC_ARG_ENABLE(oss,
434 [ --disable-oss disable the OSS output plugin], 447 [ --disable-oss disable the OSS output plugin],
720 Plugins/Input/vorbis/Makefile 733 Plugins/Input/vorbis/Makefile
721 Plugins/Input/cdaudio/Makefile 734 Plugins/Input/cdaudio/Makefile
722 Plugins/Input/wav/Makefile 735 Plugins/Input/wav/Makefile
723 Plugins/Input/flac/Makefile 736 Plugins/Input/flac/Makefile
724 Plugins/Input/flac/plugin_common/Makefile 737 Plugins/Input/flac/plugin_common/Makefile
738 Plugins/Input/sid/Makefile
725 Plugins/Input/console/Makefile 739 Plugins/Input/console/Makefile
726 Plugins/Input/wma/Makefile 740 Plugins/Input/wma/Makefile
727 Plugins/Input/wma/libffwma/Makefile 741 Plugins/Input/wma/libffwma/Makefile
728 Plugins/Visualization/Makefile 742 Plugins/Visualization/Makefile
729 Plugins/Visualization/blur_scope/Makefile 743 Plugins/Visualization/blur_scope/Makefile
782 echo " Microsoft WAV (wav): yes" 796 echo " Microsoft WAV (wav): yes"
783 echo " + sndfile extensions: $enable_sndfile" 797 echo " + sndfile extensions: $enable_sndfile"
784 echo " Tone Generator: yes" 798 echo " Tone Generator: yes"
785 echo " Ogg Vorbis (vorbis): $have_oggvorbis" 799 echo " Ogg Vorbis (vorbis): $have_oggvorbis"
786 echo " FLAC: $have_flac" 800 echo " FLAC: $have_flac"
801 echo " SID: $have_sidplay"
787 echo " Game Music: yes" 802 echo " Game Music: yes"
788 echo "" 803 echo ""
789 echo " General" 804 echo " General"
790 echo " -------" 805 echo " -------"
791 echo " Song Change: yes" 806 echo " Song Change: yes"