commit a8ebfd1c63f46a0b4d00bb4d53a4154d8c509314
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sun Mar 21 11:47:47 2021 +0100
Don't enforce c++11
obs-ndi.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/obs-ndi.spec b/obs-ndi.spec
index ecd4046..1eeef8c 100644
--- a/obs-ndi.spec
+++ b/obs-ndi.spec
@@ -33,7 +33,7 @@ scene to NDI
sed -i -e 's|/usr/lib|%{_libdir}|' src/obs-ndi.cpp
# Remove tuning
-sed -i -e 's/-mtune=core2 -Ofast//' CMakeLists.txt
+sed -i -e 's/-std=c++11 -mtune=core2 -Ofast//' CMakeLists.txt
%build
Show replies by date