summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-08-16 02:48:48 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-08-16 02:58:23 (GMT)
commit449b6bbc3ac502463bd70057dfc457e4e433090e (patch)
tree092d8526496aedd05e86513197aa6bc8e98d8d58
parentbf20d7a80d494200d8d12b6457f8316764a62477 (diff)
downloadmxe-449b6bbc3ac502463bd70057dfc457e4e433090e.zip
mxe-449b6bbc3ac502463bd70057dfc457e4e433090e.tar.gz
mxe-449b6bbc3ac502463bd70057dfc457e4e433090e.tar.bz2
ffmpeg: enable vidstab
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rw-r--r--src/ffmpeg.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ffmpeg.mk b/src/ffmpeg.mk
index 589c4db..5040176 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 gnutls lame libass libbluray libcaca libvpx opencore-amr opus sdl speex theora vo-aacenc vo-amrwbenc vorbis x264 xvidcore yasm zlib
+$(PKG)_DEPS := gcc bzip2 gnutls lame libass libbluray libcaca libvpx opencore-amr opus sdl speex theora vidstab vo-aacenc vo-amrwbenc vorbis x264 xvidcore yasm zlib
# DO NOT ADD fdk-aac OR openssl SUPPORT.
# Although they are free softwares, their licenses are not compatible with
@@ -54,6 +54,7 @@ define $(PKG)_BUILD
--enable-libopus \
--enable-libspeex \
--enable-libtheora \
+ --enable-libvidstab \
--enable-libvo-aacenc \
--enable-libvo-amrwbenc \
--enable-libvorbis \