mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
fix generic build
This commit is contained in:
@@ -240,7 +240,7 @@ bool cVideo::ShowPicture(const char *fname)
|
||||
bool ret = false;
|
||||
hal_info("%s(%s)\n", __func__, fname);
|
||||
if (access(fname, R_OK))
|
||||
return;
|
||||
return ret;
|
||||
still_m.lock();
|
||||
stillpicture = true;
|
||||
buf_num = 0;
|
||||
|
Reference in New Issue
Block a user