From b7d195ecaa9e37a1fe66f00c80f7aa3a634150d0 Mon Sep 17 00:00:00 2001 From: max_10 Date: Thu, 20 Sep 2018 18:18:46 +0200 Subject: [PATCH] fix mutex revert --- generic-pc/audio_lib.h | 2 +- generic-pc/video_lib.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/generic-pc/audio_lib.h b/generic-pc/audio_lib.h index fc96d27..375208c 100644 --- a/generic-pc/audio_lib.h +++ b/generic-pc/audio_lib.h @@ -4,7 +4,7 @@ #define _AUDIO_LIB_H_ #include -#include +#include #include "cs_types.h" typedef enum diff --git a/generic-pc/video_lib.h b/generic-pc/video_lib.h index ca130f5..694965c 100644 --- a/generic-pc/video_lib.h +++ b/generic-pc/video_lib.h @@ -220,7 +220,7 @@ class cVideo : public OpenThreads::Thread int pig_w; int pig_h; bool pig_changed; - Mutex still_m; + OpenThreads::Mutex still_m; bool stillpicture; };