diff options
| author | Michael Forney <mforney@mforney.org> | 2023-03-03 03:06:24 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2023-03-03 03:06:24 -0800 |
| commit | 65ccf0486704a5fdf626acda53dd0840b494900c (patch) | |
| tree | de6d7d167519e7d187405277ca454d3709bd24f6 /pkg | |
| parent | a43951508b18d90967e56e219f6e7645f88b20c1 (diff) | |
ffmpeg: Enable fd protocol
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/ffmpeg/config_components.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/ffmpeg/config_components.h b/pkg/ffmpeg/config_components.h index a4e0b9b7..891dbb37 100644 --- a/pkg/ffmpeg/config_components.h +++ b/pkg/ffmpeg/config_components.h @@ -2104,7 +2104,7 @@ #define CONFIG_CONCATF_PROTOCOL 0 #define CONFIG_CRYPTO_PROTOCOL 1 #define CONFIG_DATA_PROTOCOL 0 -#define CONFIG_FD_PROTOCOL 0 +#define CONFIG_FD_PROTOCOL 1 #define CONFIG_FFRTMPCRYPT_PROTOCOL 0 #define CONFIG_FFRTMPHTTP_PROTOCOL 0 #define CONFIG_FILE_PROTOCOL 1 |
