Mercurial > audlegacy-plugins
view src/jack/Makefile @ 2329:7b38e28464ee
Modified the playback loop to fix the last seconds skip (fixes bug #87)
The time won't refresh durnig those few seconds, so it still needs some work...
author | Cristi Magherusan <majeru@atheme.org> |
---|---|
date | Sat, 19 Jan 2008 03:04:39 +0200 |
parents | 6d33dffd1382 |
children | c42fa8f89616 |
line wrap: on
line source
PLUGIN = jackout${PLUGIN_SUFFIX} SRCS = jack.c \ configure.c \ bio2jack.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${OUTPUT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${SAMPLERATE_CFLAGS} -I../../intl -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${JACK_LIBS} ${SAMPLERATE_LIBS} -pthread