Mercurial > audlegacy-plugins
view src/scrobbler/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 | ae36702ffcf9 |
children | c42fa8f89616 |
line wrap: on
line source
PLUGIN = scrobbler${PLUGIN_SUFFIX} SRCS = fmt.c \ configure.c \ gtkstuff.c \ md5.c \ scrobbler.c \ gerpok.c \ plugin.c DATA = images/audioscrobbler.png \ images/audioscrobbler_badge.png include ../../buildsys.mk include ../../extra.mk PACKAGE = audacious plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${BEEP_DEFINES} ${CURL_CFLAGS} -I../../intl -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${CURL_LIBS} ${MUSICBRAINZ_LIBS} ${MOWGLI_LIBS}