1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2025-03-14 06:40:04 +01:00
Martin Storsjo 15b128dd82 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.
2016-05-18 10:13:31 +03:00
2015-10-23 09:48:27 -07:00
2015-10-23 09:48:27 -07:00
2012-09-13 23:27:27 +03:00
2013-09-07 18:32:50 +03:00
2014-06-23 10:45:50 +03:00
2012-09-13 23:27:27 +03:00
Description
No description provided
9.8 MiB
Languages
C++ 75.2%
C 24.5%
CMake 0.2%
Makefile 0.1%