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 is contained in:
M. Liebmann
2017-03-22 01:20:58 +01:00
parent 4eb6a315fc
commit 9bc2d9b95e
5 changed files with 78 additions and 0 deletions

View File

@@ -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);