graveman-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Graveman-cvs] Changes to graveman/current/src/param.c


From: sylvain cresto
Subject: [Graveman-cvs] Changes to graveman/current/src/param.c
Date: Fri, 01 Apr 2005 19:54:45 -0500

Index: graveman/current/src/param.c
diff -u graveman/current/src/param.c:1.2 graveman/current/src/param.c:1.3
--- graveman/current/src/param.c:1.2    Sat Apr  2 00:46:11 2005
+++ graveman/current/src/param.c        Sat Apr  2 00:54:40 2005
@@ -81,6 +81,13 @@
           _("no")
 #endif
           );
+      g_printf("%s: %s\n", _("Compiled with flac support"), 
+#ifdef ENABLE_FLAC
+          _("yes")
+#else
+          _("no")
+#endif
+          );
       g_printf("%s: %s\n", _("Compiled with linux-ide devices support"),
 #ifdef LINUX_IDE
           _("yes")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]