Mercurial > audlegacy-plugins
view src/scrobbler/settings.h @ 3189:ab6c7ebcd301
alsa-ng: Only support 16bit output for now. Someone else can debug this crap.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Fri, 19 Jun 2009 09:14:22 -0500 |
parents | 062f42c3737e |
children |
line wrap: on
line source
#include "../../config.h" #ifndef __SCROBBLER_CONFIG_H__ #define __SCROBBLER_CONFIG_H__ #define DEBUG 0 #define META_DEBUG 0 #define SUB_DEBUG 0 #define CLIENT "Audacious" #define USER_AGENT "AudioScrobbler/1.1" PACKAGE_NAME "/" PACKAGE_VERSION #define LASTFM_HS_URL "http://post.audioscrobbler.com" #endif