mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
libeplayer3: sync with max_10
Origin commit data
------------------
Branch: master
Commit: 61a2a148d5
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-01-24 (Tue, 24 Jan 2023)
Origin message was:
------------------
- libeplayer3: sync with max_10
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -545,3 +545,39 @@
|
||||
#else
|
||||
#define mjpeg_err(...)
|
||||
#endif
|
||||
|
||||
/*******************************************
|
||||
* bcma
|
||||
*******************************************/
|
||||
#define BCMA_DEBUG_LEVEL 0
|
||||
#define BCMA_SILENT
|
||||
|
||||
#if BCMA_DEBUG_LEVEL
|
||||
#define bcma_printf(...) log_printf(BCMA_DEBUG_LEVEL, __VA_ARGS__)
|
||||
#else
|
||||
#define bcma_printf(...)
|
||||
#endif
|
||||
|
||||
#ifndef BCMA_SILENT
|
||||
#define bcma_err(...) log_error(__VA_ARGS__)
|
||||
#else
|
||||
#define bcma_err(...)
|
||||
#endif
|
||||
|
||||
/*******************************************
|
||||
* plugin
|
||||
*******************************************/
|
||||
#define PLUGIN_DEBUG_LEVEL 0
|
||||
#define PLUGIN_SILENT
|
||||
|
||||
#if PLUGIN_DEBUG_LEVEL
|
||||
#define plugin_printf(...) log_printf(PLUGIN_DEBUG_LEVEL, __VA_ARGS__)
|
||||
#else
|
||||
#define plugin_printf(...)
|
||||
#endif
|
||||
|
||||
#ifndef PLUGIN_SILENT
|
||||
#define plugin_err(...) log_error(__VA_ARGS__)
|
||||
#else
|
||||
#define plugin_err(...)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user