mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
- libeplayer3: sync with max_10
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