be18b8815a
- remove arts, esd and oss (from brad) - add jack pseudo flavor (from brad) - add wavpack - add sndio, based on xmms' sndio support from Thomas Pfaff input, some testing and ok sthen@.
13 lines
301 B
Makefile
13 lines
301 B
Makefile
PLUGIN = sndio${PLUGIN_SUFFIX}
|
|
|
|
SRCS = sndio.c
|
|
|
|
include ../../buildsys.mk
|
|
include ../../extra.mk
|
|
|
|
plugindir := ${plugindir}/${OUTPUT_PLUGIN_DIR}
|
|
|
|
CFLAGS += ${PLUGIN_CFLAGS}
|
|
CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} -I../..
|
|
LIBS += ${GTK_LIBS} ${GLIB_LIBS} -lsndio
|