view src/filewriter/Makefile @ 2569:049f212e7e00

- Fix case where the prebuffering exhausts the stream, and all data is read on the first go
author Ralf Ertzinger <ralf@skytale.net>
date Fri, 16 May 2008 16:01:18 +0200
parents 134deb25be83
children 11ef2164d90b
line wrap: on
line source

PLUGIN = filewriter${PLUGIN_SUFFIX}

SRCS = filewriter.c	\
       wav.c		\
       mp3.c		\
       vorbis.c		\
       flac.c

include ../../buildsys.mk
include ../../extra.mk

plugindir := ${plugindir}/${OUTPUT_PLUGIN_DIR}

CFLAGS += ${PLUGIN_CFLAGS}
CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GLIB_CFLAGS} ${GTK_CFLAGS}  ${MOWGLI_CFLAGS}  ${FILEWRITER_CFLAGS} ${OGG_VORBIS_CFLAGS} -I../..
LIBS += ${GTK_LIBS} ${FILEWRITER_LIBS}