comparison configure.ac @ 116:a578bf9b2851 trunk

[svn] - iris vis plugin port
author nenolod
date Tue, 24 Oct 2006 21:25:31 -0700
parents 6855fee890ff
children 71574bb264d0
comparison
equal deleted inserted replaced
115:2e77e3fdd3c1 116:a578bf9b2851
820 ] 820 ]
821 ) 821 )
822 822
823 if test "$enable_timidity" = "yes"; then 823 if test "$enable_timidity" = "yes"; then
824 INPUT_PLUGINS="$INPUT_PLUGINS timidity" 824 INPUT_PLUGINS="$INPUT_PLUGINS timidity"
825 fi
826
827 dnl *** Iris
828
829 AC_ARG_ENABLE(iris,
830 [ --disable-iris disable iris plugin. (default=enabled)],
831 [enable_iris=$enableval],
832 [enable_iris=yes]
833 )
834
835 if test "$enable_iris" = "yes"; then
836 VISUALIZATION_PLUGINS="$VISUALIZATION_PLUGINS iris"
825 fi 837 fi
826 838
827 dnl FreeBSD newpcm driver detection 839 dnl FreeBSD newpcm driver detection
828 840
829 AC_CACHE_CHECK(for FreeBSD newpcm driver, beep_cv_newpcm_driver, 841 AC_CACHE_CHECK(for FreeBSD newpcm driver, beep_cv_newpcm_driver,
1125 echo 1137 echo
1126 echo " Visualization" 1138 echo " Visualization"
1127 echo " -------------" 1139 echo " -------------"
1128 echo " Blur Scope: yes" 1140 echo " Blur Scope: yes"
1129 echo " Paranormal Visualization Library: $have_paranormal" 1141 echo " Paranormal Visualization Library: $have_paranormal"
1142 echo " IRIS 3D: $enable_iris"
1130 echo 1143 echo
1131 echo " Container" 1144 echo " Container"
1132 echo " ---------" 1145 echo " ---------"
1133 echo " Winamp PLS playlist format (pls): yes" 1146 echo " Winamp PLS playlist format (pls): yes"
1134 echo " M3U playlist format (m3u): yes" 1147 echo " M3U playlist format (m3u): yes"