diff 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
line wrap: on
line diff
--- a/src/filewriter/Makefile	Mon Apr 30 20:24:34 2007 -0700
+++ b/src/filewriter/Makefile	Mon Apr 30 21:18:44 2007 -0700
@@ -5,8 +5,8 @@
 
 LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR)
 
-LIBADD = $(GTK_LIBS) -lmp3lame
-SOURCES = filewriter.c wav.c mp3.c
+LIBADD = $(GTK_LIBS) -lmp3lame -lvorbisenc
+SOURCES = filewriter.c wav.c mp3.c vorbis.c
 
 OBJECTS = ${SOURCES:.c=.o}