summaryrefslogtreecommitdiffstats
path: root/src/ffmpeg.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2013-09-02 20:20:58 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2013-09-02 20:21:29 (GMT)
commit98184869ff0c1b31ae611debce8b43dca5a2aaf2 (patch)
tree7b14cacc9e0125031c096017f537f756bd2233dd /src/ffmpeg.mk
parent54917e678b1badf8ce5408e196ce2a4cda4d4c7b (diff)
downloadmxe-98184869ff0c1b31ae611debce8b43dca5a2aaf2.zip
mxe-98184869ff0c1b31ae611debce8b43dca5a2aaf2.tar.gz
mxe-98184869ff0c1b31ae611debce8b43dca5a2aaf2.tar.bz2
Add vo-amrwbenc package and enable it for ffmpeg
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/ffmpeg.mk')
-rw-r--r--src/ffmpeg.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ffmpeg.mk b/src/ffmpeg.mk
index 600099b..3c5d16d 100644
--- a/src/ffmpeg.mk
+++ b/src/ffmpeg.mk
@@ -9,7 +9,7 @@ $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://www.ffmpeg.org/releases/$($(PKG)_FILE)
$(PKG)_URL_2 := http://launchpad.net/ffmpeg/main/$($(PKG)_VERSION)/+download/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc bzip2 lame libass libvpx opencore-amr opus sdl speex theora vo-aacenc vorbis x264 xvidcore zlib
+$(PKG)_DEPS := gcc bzip2 lame libass libvpx opencore-amr opus sdl speex theora vo-aacenc vo-amrwbenc vorbis x264 xvidcore zlib
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://www.ffmpeg.org/download.html' | \
@@ -44,6 +44,7 @@ define $(PKG)_BUILD
--enable-libspeex \
--enable-libtheora \
--enable-libvo-aacenc \
+ --enable-libvo-amrwbenc \
--enable-libvorbis \
--enable-libvpx \
--enable-libx264 \