summaryrefslogtreecommitdiffstats
path: root/src/ffmpeg.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-02-23 22:12:39 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-02-23 22:40:09 (GMT)
commit8f98170ec77aede6b0f4c1f93ed3ae93dd72768e (patch)
tree7d756166cd55ccf61c42a120ff3813c01748eb8e /src/ffmpeg.mk
parent88cde28994c3279f753a15e66d10323078104eb9 (diff)
downloadmxe-8f98170ec77aede6b0f4c1f93ed3ae93dd72768e.zip
mxe-8f98170ec77aede6b0f4c1f93ed3ae93dd72768e.tar.gz
mxe-8f98170ec77aede6b0f4c1f93ed3ae93dd72768e.tar.bz2
libbluray: update and fix update script
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 34fcd2e..2fe4936 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 libvpx opencore-amr opus sdl speex theora vo-aacenc vo-amrwbenc vorbis x264 xvidcore zlib
+$(PKG)_DEPS := gcc bzip2 gnutls lame libass libbluray 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' | \
@@ -41,6 +41,7 @@ define $(PKG)_BUILD
--enable-avisynth \
--enable-gnutls \
--enable-libass \
+ --enable-libbluray \
--enable-libmp3lame \
--enable-libopencore-amrnb \
--enable-libopencore-amrwb \