From d3e2b1e863d0a2d7c14a8281c4dde604464b22cc Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 1 Jun 2013 15:58:47 +0200 Subject: [PATCH] generic-pc: help finding missing blit() calls Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/437a7d1b5191c77094bde42c69eb5e8b0648ed02 Author: Stefan Seyfried Date: 2013-06-01 (Sat, 01 Jun 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- generic-pc/init.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/generic-pc/init.cpp b/generic-pc/init.cpp index 5fadc88..c26048b 100644 --- a/generic-pc/init.cpp +++ b/generic-pc/init.cpp @@ -40,6 +40,8 @@ void init_td_api() * valgrind-check other parts... export HAL_NOAVDEC=1 */ if (getenv("HAL_NOAVDEC")) HAL_nodec = true; + /* hack, this triggers that the simple_display thread does not blit() once per second... */ + setenv("SPARK_NOBLIT", "1", 1); initialized = true; }