From 2279f718de746d5fed3b64df74e9c47af98975b5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 13 May 2014 01:14:07 +0200 Subject: player: reorganize how lua scripts are loaded Make loading of scripts independent of Lua. Move some of the loading code from lua.c to scripting.c, and make it easier to add new scripting backends. --- old-makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'old-makefile') diff --git a/old-makefile b/old-makefile index 1d3b45a8cc..b54c147eb6 100644 --- a/old-makefile +++ b/old-makefile @@ -227,6 +227,7 @@ SOURCES = audio/audio.c \ player/osd.c \ player/playloop.c \ player/screenshot.c \ + player/scripting.c \ player/sub.c \ player/video.c \ player/timeline/tl_matroska.c \ -- cgit v1.2.3