diff options
author | Martin Storsjo <martin@martin.st> | 2016-05-18 10:09:20 +0300 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2016-05-18 10:13:31 +0300 |
commit | 15b128dd826ba86ee962d86b0b06966a25ed9158 (patch) | |
tree | 2460a14c40c97ea0d19d7b85ba76582d7f10c4d3 /libSBRenc/src/mh_det.cpp | |
parent | 8fe6faf261313279879f7fbce8798f03aa63ebd5 (diff) | |
download | fdk-aac-15b128dd826ba86ee962d86b0b06966a25ed9158.tar.gz fdk-aac-15b128dd826ba86ee962d86b0b06966a25ed9158.tar.bz2 fdk-aac-15b128dd826ba86ee962d86b0b06966a25ed9158.zip |
Explicitly force building in C++98 mode
GCC 6 defaults to C++14 (or more precisely, gnu++14) instead of C++98
(or gnu++98).
The fdk-aac source doesn't support being built in this mode at the
moment, since it relies on narrowing conversion from unsigned 32 bit
integers to FIXP_DBL (which is a signed data type of the same size).
The same approach is used upstream in Android as well, since
d52f3747683.
This fixes buliding with GCC 6.
Diffstat (limited to 'libSBRenc/src/mh_det.cpp')
0 files changed, 0 insertions, 0 deletions