summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2018-09-07 16:47:22 -0700
committerMichael Forney <mforney@mforney.org>2018-09-07 16:47:22 -0700
commit4253fa1ac22a392cc597619a3b3076e2dc189b3a (patch)
treec19c41352b357da82a43f44075ea867f6db4d7c1
parenta74c98d4d508e6ff253a38fb20f5ebd8265b19bc (diff)
ffmpeg: Enable crypto protocol
-rw-r--r--pkg/ffmpeg/options.h2
1 files changed, 1 insertions, 1 deletions
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