diff options
| author | Michael Forney <mforney@mforney.org> | 2018-09-07 16:27:29 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-09-07 16:27:29 -0700 |
| commit | a74c98d4d508e6ff253a38fb20f5ebd8265b19bc (patch) | |
| tree | 93bb79790c1bc735612fe956778704f2c8a84137 /pkg/ffmpeg/options.h | |
| parent | f303ccd2420acdbd4f902f2d0642ac96adeba3f6 (diff) | |
ffmpeg: Enable zlib support
Diffstat (limited to 'pkg/ffmpeg/options.h')
| -rw-r--r-- | pkg/ffmpeg/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/ffmpeg/options.h b/pkg/ffmpeg/options.h index c3aa76b8..caed282a 100644 --- a/pkg/ffmpeg/options.h +++ b/pkg/ffmpeg/options.h @@ -481,7 +481,7 @@ #define CONFIG_SECURETRANSPORT 0 #define CONFIG_SNDIO 0 #define CONFIG_XLIB 0 -#define CONFIG_ZLIB 0 +#define CONFIG_ZLIB 1 #define CONFIG_CUDA_SDK 0 #define CONFIG_LIBNPP 0 #define CONFIG_LIBMFX 0 |
