diff configure.ac @ 3161:6dd886b5c72b

revive stdio plugin for now. gio cannot write id3 tags.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 13 Jul 2009 23:53:41 +0900
parents 7cb2239f78ea
children 478934734761
line wrap: on
line diff
--- a/configure.ac	Sun May 24 14:40:10 2009 +0900
+++ b/configure.ac	Mon Jul 13 23:53:41 2009 +0900
@@ -129,7 +129,8 @@
 GENERAL_PLUGINS="song_change alarm skins vfstrace"
 VISUALIZATION_PLUGINS="blur_scope spectrum"
 CONTAINER_PLUGINS="m3u pls"
-TRANSPORT_PLUGINS="gio"
+#TRANSPORT_PLUGINS="gio"
+TRANSPORT_PLUGINS="stdio"
 
 dnl Check for Audacious
 
@@ -1756,7 +1757,8 @@
 echo
 echo "  Transport"
 echo "  ---------"
-echo "  gio transport:                          yes"
+echo "  stdio transport:                        yes"
+#echo "  gio transport:                          yes"
 echo "  neon-based http/https:                  $have_neon"
 echo "  libmms-based mms:                       $have_mms"
 echo "  lastfm transport:                       $have_lastfm"