mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
hd[1|2]/libcoolstream: Update headers for new libcoolstream functions
libcoolstream-mt.so version 3.2.0 required
Functions:
- updateOsdScreenInfo()
- GetVideoSystem()
- GetVideoSystemFormatName()
- fbCopy()
- fbFill()
- cs_set_extra_debug()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9bc2d9b95e
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-03-22 (Wed, 22 Mar 2017)
Origin message was:
------------------
hd[1|2]/libcoolstream: Update headers for new libcoolstream functions
libcoolstream-mt.so version 3.2.0 required
Functions:
- updateOsdScreenInfo()
- GetVideoSystem()
- GetVideoSystemFormatName()
- fbCopy()
- fbFill()
- cs_set_extra_debug()
------------------
This commit was generated by Migit
This commit is contained in:
@@ -47,6 +47,9 @@ enum CS_LOG_MODULE {
|
||||
void cs_api_init(void);
|
||||
void cs_api_exit(void);
|
||||
|
||||
/* Dummy for compatibility with HD2 */
|
||||
#define cs_new_auto_videosystem();
|
||||
|
||||
// Memory helpers
|
||||
void *cs_malloc_uncached(size_t size);
|
||||
void cs_free_uncached(void *ptr);
|
||||
|
Reference in New Issue
Block a user