Mercurial > audlegacy-plugins
annotate src/filewriter/Makefile @ 986:5523559a1eac trunk
[svn] - add Vorbis output mode
- change "Output file extension" to "Output file format"
- link against -lvorbisenc, this will probably want to be adjusted before we make a release on a 1.4 branch
author | nenolod |
---|---|
date | Mon, 30 Apr 2007 21:18:44 -0700 |
parents | df7b09989aee |
children | 67cf9a1e3dc5 |
rev | line source |
---|---|
984 | 1 include ../../mk/rules.mk |
2 include ../../mk/init.mk | |
3 | |
4 OBJECTIVE_LIBS = libfilewriter$(SHARED_SUFFIX) | |
5 | |
6 LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR) | |
7 | |
986 | 8 LIBADD = $(GTK_LIBS) -lmp3lame -lvorbisenc |
9 SOURCES = filewriter.c wav.c mp3.c vorbis.c | |
984 | 10 |
11 OBJECTS = ${SOURCES:.c=.o} | |
12 | |
13 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. -Wall | |
14 | |
15 include ../../mk/objective.mk |