]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Makefile.ffmpeg: handle EXTRAARG for configure
authorJaroslav Kysela <perex@perex.cz>
Thu, 18 Feb 2016 17:17:45 +0000 (18:17 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 18 Feb 2016 17:17:45 +0000 (18:17 +0100)
Makefile.ffmpeg

index 7964fd796965c34c03d6afe236fb1a1404b55ee9..3838edc859bd9320effa60e486ba5a1b7d0d11bc 100644 (file)
@@ -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)) \