# HG changeset patch # User nenolod # Date 1171708232 28800 # Node ID 6b2743b54fd79238a15b72bb63517710cf98d78e # Parent 76724f3da0e1937a8be7eaa96f94803f082130d9 [svn] - update options printout diff -r 76724f3da0e1 -r 6b2743b54fd7 ChangeLog --- a/ChangeLog Sat Feb 17 02:21:23 2007 -0800 +++ b/ChangeLog Sat Feb 17 02:30:32 2007 -0800 @@ -1,3 +1,11 @@ +2007-02-17 10:21:23 +0000 William Pitcock + revision [4088] + - add Teru KAGOMASHIRA to credits. + + trunk/src/audacious/ui_credits.c | 1 + + 1 file changed, 1 insertion(+) + + 2007-02-17 10:19:35 +0000 William Pitcock revision [4086] - Patch to use libsamplerate for high-quality interpolated upsampling, diff -r 76724f3da0e1 -r 6b2743b54fd7 configure.ac --- a/configure.ac Sat Feb 17 02:21:23 2007 -0800 +++ b/configure.ac Sat Feb 17 02:30:32 2007 -0800 @@ -282,14 +282,6 @@ CONFIGDB_BACKEND="gconf" fi -dnl libmcs support - -AC_ARG_ENABLE(mcs, - [ --enable-mcs enable mcs support (default=disabled)], - [enable_mcs=$enableval], - [enable_mcs="no"] -) - PKG_CHECK_MODULES(LIBMCS, [libmcs >= 0.1], [ AC_DEFINE(HAVE_MCS, , [Define if building with libmcs support]) @@ -456,10 +448,8 @@ echo echo " Use one plugin dir: $enable_one_plugin_dir" echo " Allow user plugin dir: $enable_user_plugin_dir" -echo -echo " GConf support: $enable_gconf" -echo -echo " mcs support: $enable_mcs" +echo +echo " Sample rate upconversion: $enable_samplerate" echo if test "$beep_cv_lib_xlibs_threadsafe" = "no"; then diff -r 76724f3da0e1 -r 6b2743b54fd7 src/audacious/build_stamp.c --- a/src/audacious/build_stamp.c Sat Feb 17 02:21:23 2007 -0800 +++ b/src/audacious/build_stamp.c Sat Feb 17 02:30:32 2007 -0800 @@ -1,2 +1,2 @@ #include -const gchar *svn_stamp = "20070217-4086"; +const gchar *svn_stamp = "20070217-4088";