]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
hackish fix for compiling fdk-aac with gcc6, more info: https://github.com/mstorsjo...
authoruntitledxi <john.d.willington@gmail.com>
Thu, 22 Dec 2016 20:56:52 +0000 (22:56 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sun, 25 Dec 2016 16:24:28 +0000 (17:24 +0100)
Makefile.ffmpeg

index da9a65523a517b98dd4241ee62420c8bc82bf3b5..aa36eaebfac4b02970729b8788e484341931a00d 100644 (file)
@@ -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 $@