From: Jaroslav Kysela Date: Wed, 10 Jan 2018 11:29:44 +0000 (+0100) Subject: Makefile.ffmpeg: add https support X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1e449b2481ae96223e96d45c56445e5def382e0;p=thirdparty%2Ftvheadend.git Makefile.ffmpeg: add https support --- diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index a9d5388a5..8b7087d7c 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -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)) \