summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-02-23 21:26:02 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-02-23 21:26:14 (GMT)
commit88cde28994c3279f753a15e66d10323078104eb9 (patch)
tree428767c0974721eb68d9672d1d64ec5f85cc3791
parentaff9dcba3eec2657a07ed0ad6a48519b7c1c7a58 (diff)
downloadmxe-88cde28994c3279f753a15e66d10323078104eb9.zip
mxe-88cde28994c3279f753a15e66d10323078104eb9.tar.gz
mxe-88cde28994c3279f753a15e66d10323078104eb9.tar.bz2
ffmpeg: enable gnutls
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 d49c839..34fcd2e 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 vo-amrwbenc vorbis x264 xvidcore zlib
+$(PKG)_DEPS := gcc bzip2 gnutls 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' | \
@@ -39,6 +39,7 @@ define $(PKG)_BUILD
--enable-gpl \
--enable-version3 \
--enable-avisynth \
+ --enable-gnutls \
--enable-libass \
--enable-libmp3lame \
--enable-libopencore-amrnb \