From 4253fa1ac22a392cc597619a3b3076e2dc189b3a Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 7 Sep 2018 16:47:22 -0700 Subject: ffmpeg: Enable crypto protocol --- pkg/ffmpeg/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg') diff --git a/pkg/ffmpeg/options.h b/pkg/ffmpeg/options.h index caed282a..b930bb90 100644 --- a/pkg/ffmpeg/options.h +++ b/pkg/ffmpeg/options.h @@ -2337,7 +2337,7 @@ #define CONFIG_BLURAY_PROTOCOL 0 #define CONFIG_CACHE_PROTOCOL 0 #define CONFIG_CONCAT_PROTOCOL 0 -#define CONFIG_CRYPTO_PROTOCOL 0 +#define CONFIG_CRYPTO_PROTOCOL 1 #define CONFIG_DATA_PROTOCOL 0 #define CONFIG_FFRTMPCRYPT_PROTOCOL 0 #define CONFIG_FFRTMPHTTP_PROTOCOL 0 -- cgit v1.2.3