logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 0b6344ce575ab01e31c9460c9c14a5b68bc11992
parent cdcbfad9dbde9c4f55b0e0991a42303e262b96c6
Author: Michael Forney <mforney@mforney.org>
Date:   Thu,  2 Mar 2023 23:31:55 -0800

ffmpeg: Enable VC1 and DCA parsers

Diffstat:

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

diff --git a/pkg/ffmpeg/config_components.h b/pkg/ffmpeg/config_components.h @@ -939,7 +939,7 @@ #define CONFIG_CAVSVIDEO_PARSER 0 #define CONFIG_COOK_PARSER 0 #define CONFIG_CRI_PARSER 0 -#define CONFIG_DCA_PARSER 0 +#define CONFIG_DCA_PARSER 1 #define CONFIG_DIRAC_PARSER 0 #define CONFIG_DNXHD_PARSER 0 #define CONFIG_DOLBY_E_PARSER 0 @@ -976,7 +976,7 @@ #define CONFIG_SBC_PARSER 0 #define CONFIG_SIPR_PARSER 0 #define CONFIG_TAK_PARSER 0 -#define CONFIG_VC1_PARSER 0 +#define CONFIG_VC1_PARSER 1 #define CONFIG_VORBIS_PARSER 0 #define CONFIG_VP3_PARSER 0 #define CONFIG_VP8_PARSER 0