diff options
author | ChrisK2 <spam@kalania.de> | 2013-09-26 00:56:41 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-09-26 01:29:15 +0200 |
commit | 0a0d7f43a5bc826b775d055b3bfb247e9c86bf65 (patch) | |
tree | 5537ccee07a80596a9f5cc6d60d5453d246e66d4 /Makefile | |
parent | 6048f87e3c07d03df8a59da58c81608c5375f6dc (diff) | |
download | mpv-0a0d7f43a5bc826b775d055b3bfb247e9c86bf65.tar.bz2 mpv-0a0d7f43a5bc826b775d055b3bfb247e9c86bf65.tar.xz |
Add the on-screen-controller
Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |