From 053c743724e928ca70070f5d43193836851dd91c Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 17 Dec 2013 01:15:48 +0100 Subject: Rename mp_lua.c/h to lua.c/h --- old-makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'old-makefile') diff --git a/old-makefile b/old-makefile index 8407ecaa6d..6241a10f61 100644 --- a/old-makefile +++ b/old-makefile @@ -133,7 +133,7 @@ SOURCES-$(WAYLAND) += video/out/vo_wayland.c video/out/wayland_comm SOURCES-$(VF_LAVFI) += video/filter/vf_lavfi.c SOURCES-$(AF_LAVFI) += audio/filter/af_lavfi.c -SOURCES-$(LUA) += player/mp_lua.c +SOURCES-$(LUA) += player/lua.c ifeq ($(HAVE_AVUTIL_REFCOUNTING),no) SOURCES-yes += video/decode/lavc_dr1.c @@ -421,15 +421,15 @@ sub/osd_libass.c: sub/osd_font.h sub/osd_font.h: TOOLS/file2string.pl sub/osd_font.otf ./$^ >$@ -player/mp_lua.c: player/lua/defaults.inc +player/lua.c: player/lua/defaults.inc player/lua/defaults.inc: TOOLS/file2string.pl player/lua/defaults.lua ./$^ >$@ -player/mp_lua.c: player/lua/assdraw.inc +player/lua.c: player/lua/assdraw.inc player/lua/assdraw.inc: TOOLS/file2string.pl player/lua/assdraw.lua ./$^ >$@ -player/mp_lua.c: player/lua/osc.inc +player/lua.c: player/lua/osc.inc player/lua/osc.inc: TOOLS/file2string.pl player/lua/osc.lua ./$^ >$@ -- cgit v1.2.3