From f502af4cd54976c50e4dadb054aa384b4c961fbe Mon Sep 17 00:00:00 2001 From: Gu_Lihao Date: Tue, 29 Aug 2023 00:41:41 +0800 Subject: [PATCH] [Media Common] [VP] Refine bo wait for perf enable first step: enable c++14 feature to use shared time mutex --- media_driver/cmake/linux/media_compile_flags_linux.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media_driver/cmake/linux/media_compile_flags_linux.cmake b/media_driver/cmake/linux/media_compile_flags_linux.cmake index 2d627f46728..0a211fdc7ea 100755 --- a/media_driver/cmake/linux/media_compile_flags_linux.cmake +++ b/media_driver/cmake/linux/media_compile_flags_linux.cmake @@ -51,6 +51,8 @@ set(MEDIA_COMPILER_FLAGS_COMMON -ffunction-sections -Wl,--gc-sections + # Enable c++14 features + -std=c++14 # -m32 or -m64 -m${ARCH}