changeset 369:28e613b54cb2 trunk

[svn] - this shouldn't have been committed yet
author nenolod
date Tue, 12 Dec 2006 18:54:33 -0800
parents c812e846b84e
children 8e6cbffd2fd1
files ChangeLog src/paranormal/Makefile
diffstat 2 files changed, 20 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Dec 12 18:54:01 2006 -0800
+++ b/ChangeLog	Tue Dec 12 18:54:33 2006 -0800
@@ -1,3 +1,22 @@
+2006-12-13 02:54:01 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [806]
+  - add support for extension probing to many plugins.
+  
+  trunk/src/aac/src/libmp4.c       |    1 +
+  trunk/src/flac112/plugin.c       |    3 +++
+  trunk/src/flac113/plugin.c       |    3 +++
+  trunk/src/mpg123/mpg123.c        |    1 +
+  trunk/src/musepack/libmpc.cxx    |    1 +
+  trunk/src/paranormal/Makefile    |    2 +-
+  trunk/src/sexypsf/xmms.c         |    1 +
+  trunk/src/tta/aud-tta.c          |    3 ++-
+  trunk/src/vorbis/vorbis.c        |    3 +++
+  trunk/src/wav/wav.c              |    3 ++-
+  trunk/src/wavpack/libwavpack.cxx |    1 +
+  trunk/src/wma/wma.c              |    3 +++
+  12 files changed, 22 insertions(+), 3 deletions(-)
+
+
 2006-12-12 07:40:19 +0000  William Pitcock <nenolod@nenolod.net>
   revision [804]
   - improve dyntrans some more
--- a/src/paranormal/Makefile	Tue Dec 12 18:54:01 2006 -0800
+++ b/src/paranormal/Makefile	Tue Dec 12 18:54:33 2006 -0800
@@ -28,6 +28,6 @@
 
 OBJECTS = ${SOURCES:.c=.o}
 
-CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) $(XML_CPPFLAGS) $(SDL_CFLAGS) -I../../intl -I../.. -Wall
+CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) $(XML_CPPFLAGS) $(SDL_CFLAGS) -I../../intl -I../..
 
 include ../../mk/objective.mk