Mercurial > audlegacy-plugins
view src/smb/Makefile @ 2172:2c6a11b88271
Reset the volume to 100 when we stop playback.
That way, apps that start after Audacious will have the correct volume.
A fix that sets the volume on playback start will follow.
author | Jonathan Schleifer <js-audacious@webkeks.org> |
---|---|
date | Sun, 18 Nov 2007 12:19:12 +0100 |
parents | 6d33dffd1382 |
children | c42fa8f89616 |
line wrap: on
line source
PLUGIN = smb${PLUGIN_SUFFIX} SRCS = smb.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${TRANSPORT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} ${XML_CPPFLAGS} -I../../intl -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${XML_LIBS} -lsmbclient