meson: nvcodec: Remove unnecessary override option and fix build with non-MSVC
authorSeungha Yang <seungha@centricular.com>
Tue, 3 May 2022 16:03:37 +0000 (01:03 +0900)
committerSeungha Yang <seungha@centricular.com>
Tue, 3 May 2022 16:10:07 +0000 (01:10 +0900)
commit1444dd91c5bf3de24fd80a4fef861bb6b053e4b6
tree2c5515791d2d5cd703c90d0fb53d362233d09bf4
parentfe4d6bb469454b9a2f07a846e9a7b83151c57cee
meson: nvcodec: Remove unnecessary override option and fix build with non-MSVC

cpp_std=c++11 was hack for macOS build but we don't build this plugin
for Apple device anymore. And add "-Wno-deprecated-declarations"
compile option for gcc/clang

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1453>
subprojects/gst-plugins-bad/sys/nvcodec/meson.build