diff options
| author | Michael Forney <mforney@mforney.org> | 2017-09-24 16:21:40 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-09-25 19:36:41 -0700 |
| commit | 7d03265749bd33a41eb0a8ea94d2f86b229c8170 (patch) | |
| tree | 8a81dfb44a4ed3c9db496dc8f8ec879f1c9c2972 /pkg/ffmpeg | |
| parent | b8ca98186a08f4d5fb16e59951f426e7173fba35 (diff) | |
ffmpeg: Enable VP9 decoder
Diffstat (limited to 'pkg/ffmpeg')
| -rw-r--r-- | pkg/ffmpeg/options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/ffmpeg/options.h b/pkg/ffmpeg/options.h index 56be5aab..0cbe2386 100644 --- a/pkg/ffmpeg/options.h +++ b/pkg/ffmpeg/options.h @@ -873,7 +873,7 @@ #define CONFIG_VP6F_DECODER 0 #define CONFIG_VP7_DECODER 0 #define CONFIG_VP8_DECODER 0 -#define CONFIG_VP9_DECODER 0 +#define CONFIG_VP9_DECODER 1 #define CONFIG_VQA_DECODER 0 #define CONFIG_WEBP_DECODER 0 #define CONFIG_WMV1_DECODER 0 @@ -2201,7 +2201,7 @@ #define CONFIG_VORBIS_PARSER 0 #define CONFIG_VP3_PARSER 0 #define CONFIG_VP8_PARSER 0 -#define CONFIG_VP9_PARSER 0 +#define CONFIG_VP9_PARSER 1 #define CONFIG_XMA_PARSER 0 #define CONFIG_ASYNC_PROTOCOL 0 #define CONFIG_BLURAY_PROTOCOL 0 |
