Mercurial > audlegacy-plugins
view src/dockalbumart/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 | c42fa8f89616 |
children |
line wrap: on
line source
PLUGIN = dockalbumart${PLUGIN_SUFFIX} SRCS = dockalbumart.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${BEEP_DEFINES} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS}