mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
movieplayer: move MOVIEPLAYER_START/END_SCRIPT defines to movieplayer
Origin commit data
------------------
Branch: ni/coolstream
Commit: 293c20c122
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-01-26 (Sat, 26 Jan 2019)
Origin message was:
------------------
- movieplayer: move MOVIEPLAYER_START/END_SCRIPT defines to movieplayer
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -39,8 +39,6 @@
|
|||||||
#define NEUTRINO_ENTER_INACTIVITY_SCRIPT CONFIGDIR "/inactivity.on"
|
#define NEUTRINO_ENTER_INACTIVITY_SCRIPT CONFIGDIR "/inactivity.on"
|
||||||
#define NEUTRINO_ENTER_DEEPSTANDBY_SCRIPT CONFIGDIR "/deepstandby.on"
|
#define NEUTRINO_ENTER_DEEPSTANDBY_SCRIPT CONFIGDIR "/deepstandby.on"
|
||||||
#define NEUTRINO_LEAVE_DEEPSTANDBY_SCRIPT CONFIGDIR "/deepstandby.off"
|
#define NEUTRINO_LEAVE_DEEPSTANDBY_SCRIPT CONFIGDIR "/deepstandby.off"
|
||||||
#define MOVIEPLAYER_START_SCRIPT CONFIGDIR "/movieplayer.start"
|
|
||||||
#define MOVIEPLAYER_END_SCRIPT CONFIGDIR "/movieplayer.end"
|
|
||||||
#define NEUTRINO_ENTER_FLASH_SCRIPT CONFIGDIR "/flash.start"
|
#define NEUTRINO_ENTER_FLASH_SCRIPT CONFIGDIR "/flash.start"
|
||||||
#define NEUTRINO_APP_START_SCRIPT CONFIGDIR "/neutrino.start"
|
#define NEUTRINO_APP_START_SCRIPT CONFIGDIR "/neutrino.start"
|
||||||
#define NEUTRINO_CONF_MIGRATION_SCRIPT CONFIGDIR "/migration.sh"
|
#define NEUTRINO_CONF_MIGRATION_SCRIPT CONFIGDIR "/migration.sh"
|
||||||
|
@@ -90,6 +90,9 @@
|
|||||||
#define LCD_MODE CVFD::MODE_MOVIE
|
#define LCD_MODE CVFD::MODE_MOVIE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define MOVIEPLAYER_START_SCRIPT CONFIGDIR "/movieplayer.start"
|
||||||
|
#define MOVIEPLAYER_END_SCRIPT CONFIGDIR "/movieplayer.end"
|
||||||
|
|
||||||
extern cVideo * videoDecoder;
|
extern cVideo * videoDecoder;
|
||||||
extern CRemoteControl *g_RemoteControl; /* neutrino.cpp */
|
extern CRemoteControl *g_RemoteControl; /* neutrino.cpp */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user