From: Jaroslav Kysela Date: Thu, 18 Feb 2016 17:17:45 +0000 (+0100) Subject: Makefile.ffmpeg: handle EXTRAARG for configure X-Git-Tag: v4.2.1~1013 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7ad2d21457301ee48f046fbc21fa1a504369268;p=thirdparty%2Ftvheadend.git Makefile.ffmpeg: handle EXTRAARG for configure --- diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index 7964fd796..3838edc85 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -395,6 +395,7 @@ $(LIB_ROOT)/$(FFMPEG)/.tvh_build: \ --extra-cflags="$(ECFLAGS)" \ --extra-libs="$(ELIBS)" \ --pkg-config="$(ROOTDIR)/support/pkg-config.ffmpeg" \ + $(EXTRAARG) \ $(foreach extlib,$(EXTLIBS),--enable-$(extlib)) \ $(foreach component,$(COMPONENTS),--enable-$(component)) \ $(foreach protocol,$(PROTOCOLS),--enable-protocol=$(protocol)) \