ffmpeg: Enable opus codec (fixes #452) (#453)
authorMariusz <DEVoytas@gmail.com>
Thu, 15 Sep 2016 12:35:28 +0000 (14:35 +0200)
committerFredrik Fornwall <fredrik@fornwall.net>
Thu, 15 Sep 2016 12:35:28 +0000 (14:35 +0200)
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/

packages/ffmpeg/build.sh

index 3fcde11..234b948 100644 (file)
@@ -42,6 +42,7 @@ termux_step_configure () {
                --enable-gpl \
                --enable-libmp3lame \
                --enable-libvorbis \
+               --enable-libopus \
                --enable-libx264 \
                --enable-libxvid \
                --enable-nonfree \