Mercurial > audlegacy-plugins
view src/daap/xmms2-daap/Makefile @ 3196:0f7180e3b163
alsa-ng: Enforce a minimum buffer size of 500ms.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 12 Jul 2009 08:30:13 -0500 |
parents | 03a2bb1c521e |
children |
line wrap: on
line source
STATIC_LIB_NOINST = xmms2-daap.a SRCS = cc_handlers.c \ daap_conn.c \ daap_cmd.c \ daap_md5.c \ daap_util.c \ daap_mdns_dnssd.c \ daap_mdns_avahi.c \ daap_mdns_dummy.c # daap_xform.c include ../../../buildsys.mk include ../../../extra.mk #For the moment i'm hardcoding it but it will be configurable #MDNS_IMPL=DAAP_MDNS_DNSSD MDNS_IMPL=DAAP_MDNS_AVAHI #MDNS_IMPL=DAAP_MDNS_DUMMY WARN = -Wall -std=c99 DEFINES = -D${MDNS_IMPL} -D_POSIX_SOURCE CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GLIB_CFLAGS} ${PICFLAGS} ${WARN} ${DEFINES} LIBS += ${GLIB_LIBS}