From 8700b572a516252a47b47cf50de5501af851f2ee Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 18 Feb 2016 14:26:02 +0100 Subject: Compile libtoolame-dab as C99 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index dfd47b1..31289bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,7 +69,7 @@ pkgconfig_DATA = fdk-dabplus.pc lib_LTLIBRARIES = libfdk-dabplus.la libtoolame-dab.la -libtoolame_dab_la_CFLAGS = -fomit-frame-pointer -DNEWENCODE +libtoolame_dab_la_CFLAGS = -fomit-frame-pointer -DNEWENCODE -std=c99 libtoolame_dab_la_LDFLAGS = -version-info @LIBTOOLAME_DAB_VERSION@ \ -no-undefined \ -export-symbols $(top_srcdir)/libtoolame-dab.sym -- cgit v1.2.3