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:
parent
a012700423
commit
c842d781b6
@ -42,6 +42,7 @@ termux_step_configure () {
|
||||
--enable-gpl \
|
||||
--enable-libmp3lame \
|
||||
--enable-libvorbis \
|
||||
--enable-libopus \
|
||||
--enable-libx264 \
|
||||
--enable-libxvid \
|
||||
--enable-nonfree \
|
||||
|
Loading…
Reference in New Issue
Block a user