summaryrefslogtreecommitdiffstats
path: root/src/ffmpeg.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-08-03 18:51:35 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-08-03 18:56:13 (GMT)
commitc422d2f19a718ab38660febaa08c51d3be46222a (patch)
tree5b8c97014ad223dcbcc8e3028fe0327ca30b6b20 /src/ffmpeg.mk
parent56344b63ed8f3efffb0ad2cbfbfd3b800d81801b (diff)
downloadmxe-c422d2f19a718ab38660febaa08c51d3be46222a.zip
mxe-c422d2f19a718ab38660febaa08c51d3be46222a.tar.gz
mxe-c422d2f19a718ab38660febaa08c51d3be46222a.tar.bz2
ffmpeg: enable libcaca
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/ffmpeg.mk')
-rw-r--r--src/ffmpeg.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ffmpeg.mk b/src/ffmpeg.mk
index 37e35dc..589c4db 100644
--- a/src/ffmpeg.mk
+++ b/src/ffmpeg.mk
@@ -3,13 +3,13 @@
PKG := ffmpeg
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 2.3
-$(PKG)_CHECKSUM := 0006580ef3409aaace1c4c35ed6d77aa326ae17c
+$(PKG)_VERSION := 2.3.1
+$(PKG)_CHECKSUM := 69f73fdc36b2663d9abe714a1767d5b841f70cd0
$(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 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 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
@@ -47,6 +47,7 @@ define $(PKG)_BUILD
--enable-gnutls \
--enable-libass \
--enable-libbluray \
+ --enable-libcaca \
--enable-libmp3lame \
--enable-libopencore-amrnb \
--enable-libopencore-amrwb \