Mercurial > audlegacy
changeset 1562:71c91ebdb55c trunk
[svn] - further progress
author | nenolod |
---|---|
date | Thu, 10 Aug 2006 20:20:39 -0700 |
parents | 079c0268c56c |
children | c4640c88942d |
files | ChangeLog Plugins/Container/Makefile.in configure.ac |
diffstat | 3 files changed, 25 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu Aug 10 20:13:57 2006 -0700 +++ b/ChangeLog Thu Aug 10 20:20:39 2006 -0700 @@ -1,3 +1,13 @@ +2006-08-11 03:13:57 +0000 William Pitcock <nenolod@nenolod.net> + revision [2036] + - bootstrap for ContainerPlugin dir stuff + + + Changes: Modified: + +4 -1 trunk/configure.ac + +1 -0 trunk/mk/rules.mk.in + + 2006-08-11 02:45:21 +0000 William Pitcock <nenolod@nenolod.net> revision [2034] - hmm, calling plc->load() might be a good idea!
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/Container/Makefile.in Thu Aug 10 20:20:39 2006 -0700 @@ -0,0 +1,7 @@ +include ../../mk/rules.mk +include ../../mk/objective.mk + +ALL_PLUGINS = pls m3u +SUBDIRS = @CONTAINER_PLUGINS@ + +
--- a/configure.ac Thu Aug 10 20:13:57 2006 -0700 +++ b/configure.ac Thu Aug 10 20:20:39 2006 -0700 @@ -120,6 +120,7 @@ EFFECT_PLUGINS="audiocompress ladspa voice_removal" GENERAL_PLUGINS="song_change" VISUALIZATION_PLUGINS="blur_scope" +CONTAINER_PLUGINS="m3u pls" dnl Option to change equalizer to the old XMMS one which only works with the mpg123 dnl plugin (or rather, only implemented within the plugin) @@ -1004,6 +1005,7 @@ AC_SUBST(INPUT_PLUGINS) AC_SUBST(OUTPUT_PLUGINS) AC_SUBST(VISUALIZATION_PLUGINS) +AC_SUBST(CONTAINER_PLUGINS) AC_CONFIG_FILES([ audacious.1 @@ -1066,6 +1068,7 @@ Plugins/Effect/ladspa/Makefile Plugins/Effect/stereo_plugin/Makefile Plugins/Effect/voice_removal/Makefile + Plugins/Container/Makefile po/Makefile.in intl/Makefile icons/Makefile @@ -1149,6 +1152,11 @@ echo " Blur Scope: yes" echo " Paranormal Visualization Library: $have_paranormal" echo +echo " Container" +echo " -------------" +echo " Winamp PLS playlist format (pls): yes" +echo " M3U playlist format (m3u): yes" +echo if test "$beep_cv_lib_xlibs_threadsafe" = "no"; then echo "Note: You need to have thread-safe xlibs to use Audacious."