- movieplayer: move MOVIEPLAYER_START/END_SCRIPT defines to movieplayer

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2019-01-26 17:05:43 +01:00
committed by Thilo Graf
parent 8d1cadbf14
commit a67e774bfc
2 changed files with 3 additions and 2 deletions

View File

@@ -91,6 +91,9 @@
#define LCD_MODE CVFD::MODE_MOVIE
#endif
#define MOVIEPLAYER_START_SCRIPT CONFIGDIR "/movieplayer.start"
#define MOVIEPLAYER_END_SCRIPT CONFIGDIR "/movieplayer.end"
extern cVideo * videoDecoder;
extern CRemoteControl *g_RemoteControl; /* neutrino.cpp */