Mercurial > audlegacy-plugins
annotate 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 |
rev | line source |
---|---|
668 | 1 include ../../mk/rules.mk |
2 include ../../mk/init.mk | |
3 | |
4 OBJECTIVE_LIBS = liblame$(SHARED_SUFFIX) | |
5 | |
6 LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR) | |
7 | |
8 LIBADD = $(GTK_LIBS) -lmp3lame | |
9 SOURCES = out_lame.c | |
10 | |
11 OBJECTS = ${SOURCES:.c=.o} | |
12 | |
981
d801d8ce24fb
[svn] - replace almost all of outlame_write() with standard code from disk_writer in hope of fixing endianness problem.
yaz
parents:
668
diff
changeset
|
13 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. -Wall |
668 | 14 |
15 include ../../mk/objective.mk |