From 449b6bbc3ac502463bd70057dfc457e4e433090e Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Fri, 15 Aug 2014 19:48:48 -0700 Subject: [PATCH] ffmpeg: enable vidstab Signed-off-by: Timothy Gu --- src/ffmpeg.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ffmpeg.mk b/src/ffmpeg.mk index 589c4db4..5040176d 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 \