diff options
| author | Michael Forney <mforney@mforney.org> | 2017-02-02 12:56:21 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-02-07 14:36:26 -0800 |
| commit | 22e90c988202dbd9bfd30d931dc78d9b76aeedf2 (patch) | |
| tree | f96c8725c51366f6176c47a0748a84d43103c64c /pkg/ffmpeg | |
| parent | 6aceb3586b1cfc3b20ed10d065d8beb8e12be6b2 (diff) | |
ffmpeg: Enable opus decoder
Diffstat (limited to 'pkg/ffmpeg')
| -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 5001d4e4..3312ebfc 100644 --- a/pkg/ffmpeg/options.h +++ b/pkg/ffmpeg/options.h @@ -939,7 +939,7 @@ #define CONFIG_MPC8_DECODER 0 #define CONFIG_NELLYMOSER_DECODER 0 #define CONFIG_ON2AVC_DECODER 0 -#define CONFIG_OPUS_DECODER 0 +#define CONFIG_OPUS_DECODER 1 #define CONFIG_PAF_AUDIO_DECODER 0 #define CONFIG_QCELP_DECODER 0 #define CONFIG_QDM2_DECODER 0 |
