From 68fbc5e77d0c77ae6d18b5b02682da320b3f5563 Mon Sep 17 00:00:00 2001 From: martii Date: Sun, 15 Sep 2013 15:53:49 +0200 Subject: [PATCH] unbreak generic-pc build Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/83201e0199d7df1483e683c8ee71b2dce8ae0aeb Author: martii Date: 2013-09-15 (Sun, 15 Sep 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- generic-pc/video_lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic-pc/video_lib.h b/generic-pc/video_lib.h index 97a3e23..7f93c7e 100644 --- a/generic-pc/video_lib.h +++ b/generic-pc/video_lib.h @@ -180,7 +180,7 @@ class cVideo : public OpenThreads::Thread bool SetCECMode(VIDEO_HDMI_CEC_MODE) { return true; }; void SetCECAutoView(bool) { return; }; void SetCECAutoStandby(bool) { return; }; - void ShowPicture(const char * fname, const char *); + void ShowPicture(const char * fname, const char * destname = NULL); void StopPicture(); void Standby(unsigned int bOn); void Pig(int x, int y, int w, int h, int osd_w = 1064, int osd_h = 600, int startx = 0, int starty = 0, int endx = 1279, int endy = 719);