]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Makefile.ffmpeg: add --enable-nonfree for openssl
authorJaroslav Kysela <perex@perex.cz>
Thu, 11 Jan 2018 15:29:11 +0000 (16:29 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 11 Jan 2018 15:29:11 +0000 (16:29 +0100)
Makefile.ffmpeg

index 8b7087d7cf5d3764c5abcbb8db56a698e0f1c619..252f7bd04338a04beb5554d101cdb5fa7d5409aa 100644 (file)
@@ -635,6 +635,7 @@ $(LIB_ROOT)/$(FFMPEG)/.tvh_build: \
        cd $(LIB_ROOT)/$(FFMPEG) && $(CONFIGURE) \
                --disable-all \
                --enable-gpl \
+               --enable-nonfree \
                --extra-cflags="$(ECFLAGS)" \
                --extra-libs="$(ELIBS)" \
                --pkg-config="$(ROOTDIR)/support/pkg-config.ffmpeg" \