diff options
| author | Michael Forney <mforney@mforney.org> | 2017-09-24 16:22:48 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-09-25 19:36:41 -0700 |
| commit | a9df93edd01b33e193c080b70c871509ec921f01 (patch) | |
| tree | 0c884b24c75e28b3a40dd84e51b38ff4d3dffc57 | |
| parent | 7d03265749bd33a41eb0a8ea94d2f86b229c8170 (diff) | |
ffmpeg: Enable vorbis decoder
| -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 0cbe2386..be1cacec 100644 --- a/pkg/ffmpeg/options.h +++ b/pkg/ffmpeg/options.h @@ -972,7 +972,7 @@ #define CONFIG_TTA_DECODER 0 #define CONFIG_TWINVQ_DECODER 0 #define CONFIG_VMDAUDIO_DECODER 0 -#define CONFIG_VORBIS_DECODER 0 +#define CONFIG_VORBIS_DECODER 1 #define CONFIG_WAVPACK_DECODER 0 #define CONFIG_WMALOSSLESS_DECODER 0 #define CONFIG_WMAPRO_DECODER 0 |
