From 76595a4b2131536eb3e498b161944057e882d038 Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Tue, 24 May 2016 14:10:31 -0700 Subject: Add ability to set C++ standard (#195) * build: add ability to set c++ standard * fdk-aac: Fix building with g++ 6, set c++98 standard --- contrib/fdk-aac/module.defs | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib') diff --git a/contrib/fdk-aac/module.defs b/contrib/fdk-aac/module.defs index 36d711ba9..157c73132 100644 --- a/contrib/fdk-aac/module.defs +++ b/contrib/fdk-aac/module.defs @@ -7,6 +7,7 @@ FDKAAC.FETCH.url = http://download.handbrake.fr/handbrake/contrib/fdk-aac-0.1.4. # CFLAGS env variable is set during configure. Since we set it, we # also need to set the desired optimization option FDKAAC.GCC.args.extra += $(FDKAAC.GCC.args.O.$(FDKAAC.GCC.O)) +FDKAAC.GCC.cxx_std = 1 ## optional static libs need to be marked FDKAAC.OSL.libs = fdk-aac -- cgit v1.2.3