comparison configure.ac @ 1703:409444cb0605 trunk

[svn] - only build cdaudio plugin if we support DAE
author nenolod
date Fri, 15 Sep 2006 16:48:51 -0700
parents 021f87117ac9
children ffa7b9168190
comparison
equal deleted inserted replaced
1702:002a5743e4b6 1703:409444cb0605
113 ] 113 ]
114 ) 114 )
115 115
116 dnl These plugins are always built. 116 dnl These plugins are always built.
117 117
118 INPUT_PLUGINS="cdaudio tonegen console sexypsf wav cue" 118 INPUT_PLUGINS="tonegen console sexypsf wav cue"
119 OUTPUT_PLUGINS="disk_writer" 119 OUTPUT_PLUGINS="disk_writer"
120 EFFECT_PLUGINS="audiocompress ladspa voice_removal" 120 EFFECT_PLUGINS="audiocompress ladspa voice_removal"
121 GENERAL_PLUGINS="song_change" 121 GENERAL_PLUGINS="song_change"
122 VISUALIZATION_PLUGINS="blur_scope" 122 VISUALIZATION_PLUGINS="blur_scope"
123 CONTAINER_PLUGINS="m3u pls" 123 CONTAINER_PLUGINS="m3u pls"
894 AC_CHECK_FUNCS([mkdtemp getmntinfo statvfs strtoul lrintf]) 894 AC_CHECK_FUNCS([mkdtemp getmntinfo statvfs strtoul lrintf])
895 895
896 896
897 if test "${ac_cv_header_linux_cdrom_h}" = "yes" || test "${ac_cv_header_sys_cdio_h}" = "yes" 897 if test "${ac_cv_header_linux_cdrom_h}" = "yes" || test "${ac_cv_header_sys_cdio_h}" = "yes"
898 then 898 then
899 INPUT_PLUGINS="cdaudio $INPUT_PLUGINS"
899 case "$host" in 900 case "$host" in
900 *-*-sunos* | *-*-solaris* | *-*-linux*) 901 *-*-sunos* | *-*-solaris* | *-*-linux*)
901 AC_DEFINE(BEEP_CDROM_SOLARIS,, [Define if cdrom access is in Solaris style]) 902 AC_DEFINE(BEEP_CDROM_SOLARIS,, [Define if cdrom access is in Solaris style])
902 ;; 903 ;;
903 *-*-freebsd*) 904 *-*-freebsd*)