Mercurial > audlegacy-plugins
diff src/lame/Makefile @ 668:622c63a5c191 trunk
[svn] - add lame encoder plugin. not yet hooked up.
- with this plugin, audacious can rip cd with tags using cddb, and can cut out tracks with tags from one big data file with a cue sheet.
author | yaz |
---|---|
date | Sun, 18 Feb 2007 00:07:48 -0800 |
parents | |
children | d801d8ce24fb |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/lame/Makefile Sun Feb 18 00:07:48 2007 -0800 @@ -0,0 +1,15 @@ +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../.. + +include ../../mk/objective.mk