ffmpeg: Enable opus codec (fixes #452) (#453)

Modify ffmpeg build script to include opus codec.
Information about the codec can be found at:
- https://en.wikipedia.org/wiki/Opus_(audio_format)
- https://www.opus-codec.org/
This commit is contained in:
Mariusz 2016-09-15 14:35:28 +02:00 committed by Fredrik Fornwall
parent a012700423
commit c842d781b6

View File

@ -42,6 +42,7 @@ termux_step_configure () {
--enable-gpl \
--enable-libmp3lame \
--enable-libvorbis \
--enable-libopus \
--enable-libx264 \
--enable-libxvid \
--enable-nonfree \