Mercurial > audlegacy-plugins
view 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 source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = liblame$(SHARED_SUFFIX) LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR) LIBADD = $(GTK_LIBS) -lmp3lame SOURCES = out_lame.c OBJECTS = ${SOURCES:.c=.o} CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. -Wall include ../../mk/objective.mk