view src/daap/xmms2-daap/Makefile @ 2611:e99d3e8653df

Remove the strange timeout function from ALSA plugin's mixer handling, this fixes problems with volume and balance setting in some cases where timeout caused pcm_element to become NULL prematurely. Not sure if there could be any adverse side-effects to this, though...
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 21 May 2008 16:43:48 +0300
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}