From 1d40f21ca2222b3d0fcc2ffc89f5c25884ac2ad8 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 11 Dec 2018 15:57:30 +0100 Subject: [PATCH] Makefile.ffmpeg: add crypto protocol for crypto+http (hls) --- Makefile.ffmpeg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index fa9ad5909..51e2591da 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -35,7 +35,7 @@ unexport LDFLAGS EXTLIBS = COMPONENTS = avutil avcodec avformat swscale avresample swresample avfilter PROTOCOLS = file http https hls mmsh mmst rtmp rtmpe rtmps rtmpt rtmpte rtmpts \ - ffrtmpcrypt ffrtmphttp rtp srtp tcp udp udplite unix + ffrtmpcrypt ffrtmphttp rtp srtp tcp udp udplite unix crypto DECODERS = mpeg2video mp2 aac vorbis ac3 eac3 aac_latm opus h264 hevc theora flac ENCODERS = mpeg2video mp2 aac vorbis flac MUXERS = mpegts matroska mp4 -- 2.47.2