# HG changeset patch # User nenolod # Date 1155010931 25200 # Node ID 1ffc2670d6b0e1b093a0e5226accd37593f00676 # Parent 0c5dc8ffcc425fafef35ec53756db40a62272016 [svn] - oh, define an actual SDL version here. :P diff -r 0c5dc8ffcc42 -r 1ffc2670d6b0 ChangeLog --- a/ChangeLog Mon Aug 07 21:18:20 2006 -0700 +++ b/ChangeLog Mon Aug 07 21:22:11 2006 -0700 @@ -1,3 +1,13 @@ +2006-08-08 04:18:20 +0000 William Pitcock + revision [1950] + - hook up paranormal -- client interface code doesn't exist yet though + + + Changes: Modified: + +6 -0 trunk/Plugins/Visualization/paranormal/Makefile + +33 -0 trunk/configure.ac + + 2006-08-08 00:18:08 +0000 Giacomo Lozito revision [1948] - why wma tags were not converted to utf8? by the way, this made libnotify crash when wma tuple contained non-utf8 strings diff -r 0c5dc8ffcc42 -r 1ffc2670d6b0 configure.ac --- a/configure.ac Mon Aug 07 21:18:20 2006 -0700 +++ b/configure.ac Mon Aug 07 21:22:11 2006 -0700 @@ -919,7 +919,7 @@ AC_MSG_RESULT([*** paranormal plugin disabled by request ***]) else have_paranormal=yes - AM_PATH_SDL(SDL, , [ + AM_PATH_SDL(1.2.5, , [ AC_MSG_WARN([*** SDL is not installed. Paranormal will not be built. ***]) have_paranormal="no" ])