libeplayer3: sync with tdt

This commit is contained in:
martii
2012-07-21 21:03:59 +02:00
parent 450fc1966a
commit 1d0e6663c4
34 changed files with 300 additions and 344 deletions

View File

@@ -57,7 +57,7 @@ if (debug_level >= level) printf(x); } while (0)
#define cERR_AUDIO_MGR_NO_ERROR 0
#define cERR_AUDIO_MGR_ERROR -1
static const char FILENAME[] = "audio.c";
static const char FILENAME[] = __FILE__;
/* ***************************** */
/* Types */
@@ -258,6 +258,5 @@ static int Command(void *_context, ManagerCmd_t command, void * argument) {
struct Manager_s AudioManager = {
"Audio",
&Command,
NULL,
NULL
};