Mercurial > audlegacy-plugins
view src/esd/Makefile @ 2952:63bf9d97ce65
- now cuesheet plugin calculates duration of subtune correctly even if pregap information is not available.
- made cache_cue_file() not be called too frequently.
- fixed handling for fraction in index calculation.
- tweaked debug messages.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Tue, 14 Oct 2008 22:28:14 +0900 |
parents | 134deb25be83 |
children |
line wrap: on
line source
PLUGIN = ESD${PLUGIN_SUFFIX} SRCS = esd.c \ mixer.c \ about.c \ configure.c \ audio.c \ init.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${OUTPUT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${ESD_CFLAGS} -I../.. -I.. LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${ESD_LIBS} ${OSS_LIBS}