summaryrefslogtreecommitdiffstats
path: root/stream/stream_cddb.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_cddb.c')
-rw-r--r--stream/stream_cddb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/stream/stream_cddb.c b/stream/stream_cddb.c
index 24467f13d4..abc6a86966 100644
--- a/stream/stream_cddb.c
+++ b/stream/stream_cddb.c
@@ -70,7 +70,7 @@
#include "osdep/osdep.h"
#include "cdd.h"
-#include "version.h"
+#include "mpcommon.h"
#include "stream.h"
#include "network.h"
#include "libavutil/common.h"
@@ -748,8 +748,8 @@ static void cddb_create_hello(cddb_data_t *cddb_data)
}
user_name = getenv("LOGNAME");
}
- sprintf(cddb_data->cddb_hello, "&hello=%s+%s+%s+%s",
- user_name, host_name, "MPlayer", VERSION);
+ sprintf(cddb_data->cddb_hello, "&hello=%s+%s+%s",
+ user_name, host_name, mplayer_version);
}
static int cddb_retrieve(cddb_data_t *cddb_data)