chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a012700
)
ffmpeg: Enable opus codec (fixes #452) (#453)
author
Mariusz
<DEVoytas@gmail.com>
Thu, 15 Sep 2016 12:35:28 +0000
(14:35 +0200)
committer
Fredrik 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
patch
|
blob
|
blame
|
history
diff --git
a/packages/ffmpeg/build.sh
b/packages/ffmpeg/build.sh
index 3fcde117a08a5f30632e167f9cb569ae63542da0..234b948d70408b35b4ca0b09dedab7b67baf3d14 100644
(file)
--- a/
packages/ffmpeg/build.sh
+++ b/
packages/ffmpeg/build.sh
@@
-42,6
+42,7
@@
termux_step_configure () {
--enable-gpl \
--enable-libmp3lame \
--enable-libvorbis \
+ --enable-libopus \
--enable-libx264 \
--enable-libxvid \
--enable-nonfree \