logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 7d03265749bd33a41eb0a8ea94d2f86b229c8170
parent b8ca98186a08f4d5fb16e59951f426e7173fba35
Author: Michael Forney <mforney@mforney.org>
Date:   Sun, 24 Sep 2017 16:21:40 -0700

ffmpeg: Enable VP9 decoder

Diffstat:

Mpkg/ffmpeg/options.h4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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