]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Makefile.ffmpeg: add https support
authorJaroslav Kysela <perex@perex.cz>
Wed, 10 Jan 2018 11:29:44 +0000 (12:29 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 10 Jan 2018 11:29:44 +0000 (12:29 +0100)
Makefile.ffmpeg

index a9d5388a517cd814a058679655308a446c1f7e8b..8b7087d7cf5d3764c5abcbb8db56a698e0f1c619 100644 (file)
@@ -638,6 +638,7 @@ $(LIB_ROOT)/$(FFMPEG)/.tvh_build: \
                --extra-cflags="$(ECFLAGS)" \
                --extra-libs="$(ELIBS)" \
                --pkg-config="$(ROOTDIR)/support/pkg-config.ffmpeg" \
+               --enable-openssl --enable-protocol=tls_openssl \
                $(foreach component,$(COMPONENTS),--enable-$(component)) \
                $(foreach extlib,$(EXTLIBS),--enable-$(extlib)) \
                $(foreach protocol,$(PROTOCOLS),--enable-protocol=$(protocol)) \