From 7cc74795be2775f06ea91b046ca022d5f31c71bd Mon Sep 17 00:00:00 2001 From: Johns Date: Sun, 6 Jan 2013 19:14:46 +0100 Subject: [PATCH] Fix bug: missing external reference with -DUSE_PIP. --- softhddev.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/softhddev.c b/softhddev.c index fd9397d..3211480 100644 --- a/softhddev.c +++ b/softhddev.c @@ -2830,7 +2830,9 @@ void Suspend(int video, int audio, int dox11) Debug(3, "[softhddev]%s:\n", __FUNCTION__); +#ifdef USE_PIP DelPip(); // must stop PIP +#endif MyVideoStream->SkipStream = 1; SkipAudio = 1;