Mercurial > audlegacy
view src/audacious/build_stamp.h @ 2731:f4a5f8fa3836 trunk
[svn] Added stubs in audctrl.c for the unimplemented functions defined in audctrl.h.
Fixed audtool by moving all the DBus methods defined in objects.xml to a common interface; this will be decentralized for MPRIS.
Modified the Makefile so that libaudclient is built after audacious to eliminates a build warning.
author | magma |
---|---|
date | Fri, 11 May 2007 01:42:32 -0700 |
parents | 3149d4b1a9a9 |
children | 2eee464379dc |
line wrap: on
line source
#ifndef BUILD_STAMP_H #define BUILD_STAMP_H #include <glib.h> extern const gchar *svn_stamp; #endif