summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/avidemux-core/avidemux-core-2.7.0.ebuild')
-rw-r--r--media-libs/avidemux-core/avidemux-core-2.7.0.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/media-libs/avidemux-core/avidemux-core-2.7.0.ebuild b/media-libs/avidemux-core/avidemux-core-2.7.0.ebuild
index 70347e7d..f2e5e0f8 100644
--- a/media-libs/avidemux-core/avidemux-core-2.7.0.ebuild
+++ b/media-libs/avidemux-core/avidemux-core-2.7.0.ebuild
@@ -72,9 +72,7 @@ src_prepare() {
}
src_configure() {
- if test-flags-CXX -std=c++17 ; then
- append-cxxflags -std=c++17
- elif test-flags-CXX -std=c++14 ; then
+ if test-flags-CXX -std=c++14 ; then
append-cxxflags -std=c++14
elif test-flags-CXX -std=c++11 ; then
append-cxxflags -std=c++11