mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
generic-pc: help finding missing blit() calls
This commit is contained in:
@@ -40,6 +40,8 @@ void init_td_api()
|
|||||||
* valgrind-check other parts... export HAL_NOAVDEC=1 */
|
* valgrind-check other parts... export HAL_NOAVDEC=1 */
|
||||||
if (getenv("HAL_NOAVDEC"))
|
if (getenv("HAL_NOAVDEC"))
|
||||||
HAL_nodec = true;
|
HAL_nodec = true;
|
||||||
|
/* hack, this triggers that the simple_display thread does not blit() once per second... */
|
||||||
|
setenv("SPARK_NOBLIT", "1", 1);
|
||||||
initialized = true;
|
initialized = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user