Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
hackish fix for compiling fdk-aac with gcc6, more info: mstorsjo/fdk-…
  • Loading branch information
pequalsmp authored and perexg committed Dec 25, 2016
1 parent c38af4c commit 806a5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.ffmpeg
Expand Up @@ -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 $@
Expand Down

0 comments on commit 806a5b7

Please sign in to comment.