Mercurial > audlegacy-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
980:6ba4a4bfd127 | 981:d801d8ce24fb |
---|---|
8 LIBADD = $(GTK_LIBS) -lmp3lame | 8 LIBADD = $(GTK_LIBS) -lmp3lame |
9 SOURCES = out_lame.c | 9 SOURCES = out_lame.c |
10 | 10 |
11 OBJECTS = ${SOURCES:.c=.o} | 11 OBJECTS = ${SOURCES:.c=.o} |
12 | 12 |
13 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. | 13 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. -Wall |
14 | 14 |
15 include ../../mk/objective.mk | 15 include ../../mk/objective.mk |