Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile.ffmpeg: handle EXTRAARG for configure
  • Loading branch information
perexg committed Feb 18, 2016
1 parent 92606cf commit f7ad2d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.ffmpeg
Expand Up @@ -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)) \
Expand Down

0 comments on commit f7ad2d2

Please sign in to comment.