diff options
author | John Stebbins <[email protected]> | 2016-05-24 14:10:31 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-05-24 14:10:31 -0700 |
commit | 76595a4b2131536eb3e498b161944057e882d038 (patch) | |
tree | 5917723dd5f70c66fdf11db10b610ab99e875905 /contrib/fdk-aac | |
parent | e7578bb85c3cfebc65e69c33bbb4e123ae01a11d (diff) |
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
Diffstat (limited to 'contrib/fdk-aac')
-rw-r--r-- | contrib/fdk-aac/module.defs | 1 |
1 files changed, 1 insertions, 0 deletions
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 |