mirror of https://github.com/mstorsjo/fdk-aac.git
Don't force C++98 mode any longer
The code builds fine in C++11 mode now.
This commit is contained in:
parent
55554d0b2d
commit
2b1e8db04d
|
@ -12,7 +12,7 @@ AM_CPPFLAGS = \
|
|||
-I$(top_srcdir)/libFDK/include \
|
||||
-I$(top_srcdir)/libPCMutils/include
|
||||
|
||||
AM_CXXFLAGS = -fno-exceptions -fno-rtti -std=c++98
|
||||
AM_CXXFLAGS = -fno-exceptions -fno-rtti
|
||||
libfdk_aac_la_LINK = $(LINK) $(libfdk_aac_la_LDFLAGS)
|
||||
# Mention a dummy pure C file to trigger generation of the $(LINK) variable
|
||||
nodist_EXTRA_libfdk_aac_la_SOURCES = dummy.c
|
||||
|
|
Loading…
Reference in New Issue