Commit edaf0179 authored by Max Kellermann's avatar Max Kellermann

decoder/mikmod: set drv_name and drv_version from PACKAGE/VERSION

parent 2c7bf61e
......@@ -54,11 +54,11 @@ mikmod_mpd_is_present(void)
return true;
}
static char drv_name[] = "MPD";
static char drv_version[] = "MPD Output Driver v0.1";
static char drv_name[] = PACKAGE_NAME;
static char drv_version[] = VERSION;
#if (LIBMIKMOD_VERSION > 0x030106)
static char drv_alias[] = "mpd";
static char drv_alias[] = PACKAGE;
#endif
static MDRIVER drv_mpd = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment