comparison configure @ 11:ec508fe218b9 trunk

[svn] - Tone generator plugin.
author nenolod
date Mon, 24 Oct 2005 14:19:02 -0700
parents 31a41ed0ff71
children 0db4a1dc75c4
comparison
equal deleted inserted replaced
10:0d2d278b4000 11:ec508fe218b9
28905 28905
28906 28906
28907 28907
28908 28908
28909 28909
28910 ac_config_files="$ac_config_files Makefile audacious.1 audacious.spec audacious.pc audacious/audacious.desktop audacious/Makefile audacious/glade/Makefile audacious/images/Makefile libaudacious/Makefile Output/Makefile Output/OSS/Makefile Output/esd/Makefile Output/alsa/Makefile Input/Makefile Input/mpg123/Makefile Input/aac/Makefile Input/aac/libmp4v2/Makefile Input/aac/libfaad2/Makefile Input/aac/src/Makefile Input/vorbis/Makefile Input/cdaudio/Makefile Input/wav/Makefile Visualization/Makefile Visualization/blur_scope/Makefile po/Makefile.in intl/Makefile icons/Makefile skin/Makefile" 28910 ac_config_files="$ac_config_files Makefile audacious.1 audacious.spec audacious.pc audacious/audacious.desktop audacious/Makefile audacious/glade/Makefile audacious/images/Makefile libaudacious/Makefile Output/Makefile Output/OSS/Makefile Output/esd/Makefile Output/alsa/Makefile Input/Makefile Input/mpg123/Makefile Input/aac/Makefile Input/aac/libmp4v2/Makefile Input/aac/libfaad2/Makefile Input/aac/src/Makefile Input/tonegen/Makefile Input/vorbis/Makefile Input/cdaudio/Makefile Input/wav/Makefile Visualization/Makefile Visualization/blur_scope/Makefile po/Makefile.in intl/Makefile icons/Makefile skin/Makefile"
28911 28911
28912 28912
28913 cat >confcache <<\_ACEOF 28913 cat >confcache <<\_ACEOF
28914 # This file is a shell script that caches the results of configure 28914 # This file is a shell script that caches the results of configure
28915 # tests run on this system so they can be shared between configure 28915 # tests run on this system so they can be shared between configure
29595 "Input/mpg123/Makefile" ) CONFIG_FILES="$CONFIG_FILES Input/mpg123/Makefile" ;; 29595 "Input/mpg123/Makefile" ) CONFIG_FILES="$CONFIG_FILES Input/mpg123/Makefile" ;;
29596 "Input/aac/Makefile" ) CONFIG_FILES="$CONFIG_FILES Input/aac/Makefile" ;; 29596 "Input/aac/Makefile" ) CONFIG_FILES="$CONFIG_FILES Input/aac/Makefile" ;;
29597 "Input/aac/libmp4v2/Makefile" ) CONFIG_FILES="$CONFIG_FILES Input/aac/libmp4v2/Makefile" ;; 29597 "Input/aac/libmp4v2/Makefile" ) CONFIG_FILES="$CONFIG_FILES Input/aac/libmp4v2/Makefile" ;;
29598 "Input/aac/libfaad2/Makefile" ) CONFIG_FILES="$CONFIG_FILES Input/aac/libfaad2/Makefile" ;; 29598 "Input/aac/libfaad2/Makefile" ) CONFIG_FILES="$CONFIG_FILES Input/aac/libfaad2/Makefile" ;;
29599 "Input/aac/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES Input/aac/src/Makefile" ;; 29599 "Input/aac/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES Input/aac/src/Makefile" ;;
29600 "Input/tonegen/Makefile" ) CONFIG_FILES="$CONFIG_FILES Input/tonegen/Makefile" ;;
29600 "Input/vorbis/Makefile" ) CONFIG_FILES="$CONFIG_FILES Input/vorbis/Makefile" ;; 29601 "Input/vorbis/Makefile" ) CONFIG_FILES="$CONFIG_FILES Input/vorbis/Makefile" ;;
29601 "Input/cdaudio/Makefile" ) CONFIG_FILES="$CONFIG_FILES Input/cdaudio/Makefile" ;; 29602 "Input/cdaudio/Makefile" ) CONFIG_FILES="$CONFIG_FILES Input/cdaudio/Makefile" ;;
29602 "Input/wav/Makefile" ) CONFIG_FILES="$CONFIG_FILES Input/wav/Makefile" ;; 29603 "Input/wav/Makefile" ) CONFIG_FILES="$CONFIG_FILES Input/wav/Makefile" ;;
29603 "Visualization/Makefile" ) CONFIG_FILES="$CONFIG_FILES Visualization/Makefile" ;; 29604 "Visualization/Makefile" ) CONFIG_FILES="$CONFIG_FILES Visualization/Makefile" ;;
29604 "Visualization/blur_scope/Makefile" ) CONFIG_FILES="$CONFIG_FILES Visualization/blur_scope/Makefile" ;; 29605 "Visualization/blur_scope/Makefile" ) CONFIG_FILES="$CONFIG_FILES Visualization/blur_scope/Makefile" ;;
30712 echo " MPEG 1/2/3 (mpg123): $enable_mp3" 30713 echo " MPEG 1/2/3 (mpg123): $enable_mp3"
30713 echo " + id3v2 editing: $have_id3lib" 30714 echo " + id3v2 editing: $have_id3lib"
30714 echo " MPEG 4 Audio (AAC): $enable_aac" 30715 echo " MPEG 4 Audio (AAC): $enable_aac"
30715 echo " CD Digital Audio (cdda): yes" 30716 echo " CD Digital Audio (cdda): yes"
30716 echo " Microsoft WAV (wav): yes" 30717 echo " Microsoft WAV (wav): yes"
30718 echo " Tone Generator: yes"
30717 echo " Ogg Vorbis (vorbis): $have_oggvorbis" 30719 echo " Ogg Vorbis (vorbis): $have_oggvorbis"
30718 echo "" 30720 echo ""
30719 echo " Visualization" 30721 echo " Visualization"
30720 echo " -------------" 30722 echo " -------------"
30721 echo " Blur Scope: yes" 30723 echo " Blur Scope: yes"