From 0a0d7f43a5bc826b775d055b3bfb247e9c86bf65 Mon Sep 17 00:00:00 2001 From: ChrisK2 Date: Thu, 26 Sep 2013 00:56:41 +0200 Subject: Add the on-screen-controller Signed-off-by: wm4 --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 52741b8c7f..2e93e1f7d5 100644 --- a/Makefile +++ b/Makefile @@ -407,6 +407,10 @@ mpvcore/mp_lua.c: mpvcore/lua/assdraw.inc mpvcore/lua/assdraw.inc: TOOLS/file2string.pl mpvcore/lua/assdraw.lua ./$^ >$@ +mpvcore/mp_lua.c: mpvcore/lua/osc.inc +mpvcore/lua/osc.inc: TOOLS/file2string.pl mpvcore/lua/osc.lua + ./$^ >$@ + # ./configure must be rerun if it changed config.mak: configure @echo "############################################################" @@ -507,6 +511,7 @@ clean: -$(RM) sub/osd_font.h -$(RM) mpvcore/lua/defaults.inc -$(RM) mpvcore/lua/assdraw.inc + -$(RM) mpvcore/lua/osc.inc distclean: clean -$(RM) config.log config.mak config.h TAGS tags -- cgit v1.2.3