Mercurial > audlegacy-plugins
diff src/lame/Makefile @ 981:d801d8ce24fb trunk
[svn] - replace almost all of outlame_write() with standard code from disk_writer in hope of fixing endianness problem.
- make use of audacious vfs functions.
author | yaz |
---|---|
date | Fri, 27 Apr 2007 02:29:33 -0700 |
parents | 622c63a5c191 |
children |
line wrap: on
line diff
--- a/src/lame/Makefile Thu Apr 26 02:06:12 2007 -0700 +++ b/src/lame/Makefile Fri Apr 27 02:29:33 2007 -0700 @@ -10,6 +10,6 @@ OBJECTS = ${SOURCES:.c=.o} -CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. +CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. -Wall include ../../mk/objective.mk