osd: make osd_ass_0/1 defines

So we can concatenate them with strings at compile time.
This commit is contained in:
wm4
2016-05-03 22:29:12 +02:00
parent 5be40f035b
commit 485ae095f7
4 changed files with 11 additions and 13 deletions

View File

@@ -6,9 +6,6 @@
#include "mpv_talloc.h"
#include "osd.h"
const char *const osd_ass_0 = "";
const char *const osd_ass_1 = "";
void osd_init_backend(struct osd_state *osd)
{
}