From: untitledxi Date: Thu, 22 Dec 2016 20:56:52 +0000 (+0200) Subject: hackish fix for compiling fdk-aac with gcc6, more info: https://github.com/mstorsjo... X-Git-Tag: v4.2.1~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=806a5b789892eab28ea2bed87256ebb1ef326412;p=thirdparty%2Ftvheadend.git hackish fix for compiling fdk-aac with gcc6, more info: https://github.com/mstorsjo/fdk-aac/issues/41 --- diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index da9a65523..aa36eaebf 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -446,7 +446,7 @@ $(LIB_ROOT)/$(LIBFDKAAC)/.tvh_download: $(LIB_ROOT)/$(LIBFDKAAC)/.tvh_build: \ $(LIB_ROOT)/$(LIBFDKAAC)/.tvh_download cd $(LIB_ROOT)/$(LIBFDKAAC) && \ - CXXFLAGS="$(CFLAGS_PI)" CFLAGS="$(CFLAGS_PI)" $(CONFIGURE) + CXXFLAGS="$(CFLAGS_PI) -std=c++98" CFLAGS="$(CFLAGS_PI)" $(CONFIGURE) DESTDIR=$(EBUILDIR) \ $(MAKE) -C $(LIB_ROOT)/$(LIBFDKAAC) install @touch $@