mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-28 16:00:58 +02:00
libeplayer3: cleanup
Origin commit data
------------------
Branch: master
Commit: 6f384fc6b6
Author: martii <m4rtii@gmx.de>
Date: 2013-06-08 (Sat, 08 Jun 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -40,20 +40,16 @@
|
||||
extern Manager_t AudioManager;
|
||||
extern Manager_t VideoManager;
|
||||
extern Manager_t SubtitleManager;
|
||||
#ifdef MARTII
|
||||
extern Manager_t DvbSubtitleManager;
|
||||
extern Manager_t TeletextManager;
|
||||
#endif
|
||||
|
||||
ManagerHandler_t ManagerHandler = {
|
||||
"ManagerHandler",
|
||||
&AudioManager,
|
||||
&VideoManager,
|
||||
&SubtitleManager
|
||||
#ifdef MARTII
|
||||
, &DvbSubtitleManager
|
||||
, &TeletextManager
|
||||
#endif
|
||||
};
|
||||
|
||||
/* ***************************** */
|
||||
|
Reference in New Issue
Block a user