Mercurial > audlegacy
changeset 2540:6b2743b54fd7 trunk
[svn] - update options printout
author | nenolod |
---|---|
date | Sat, 17 Feb 2007 02:30:32 -0800 |
parents | 76724f3da0e1 |
children | c399c0979e09 |
files | ChangeLog configure.ac src/audacious/build_stamp.c |
diffstat | 3 files changed, 11 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- 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 <nenolod@sacredspiral.co.uk> + 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 <nenolod@sacredspiral.co.uk> revision [4086] - Patch to use libsamplerate for high-quality interpolated upsampling,
--- 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