summaryrefslogtreecommitdiffstats
path: root/src/ffmpeg.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-08-09 05:34:51 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-08-09 05:34:51 (GMT)
commit4ce20a2997f918ecaa0228af7223bc2494a3b390 (patch)
tree1f1e2d67456b8d76097acce0f070653a8fc19c13 /src/ffmpeg.mk
parentef64295d5a8adf82d626dc318c21b5b95fd9af62 (diff)
downloadmxe-4ce20a2997f918ecaa0228af7223bc2494a3b390.zip
mxe-4ce20a2997f918ecaa0228af7223bc2494a3b390.tar.gz
mxe-4ce20a2997f918ecaa0228af7223bc2494a3b390.tar.bz2
package ffmpeg: update and enable libass
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 289fa61..07f4ff7 100644
--- a/src/ffmpeg.mk
+++ b/src/ffmpeg.mk
@@ -3,13 +3,13 @@
PKG := ffmpeg
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.2.1
-$(PKG)_CHECKSUM := 930e5612d75d04fdf7c0579f4d85d47e31e38945
+$(PKG)_VERSION := 1.2.2
+$(PKG)_CHECKSUM := 5ccf4067f43853e5d63218aba13bc571b1108b5a
$(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 libvpx opencore-amr opus sdl speex theora vorbis x264 xvidcore zlib
+$(PKG)_DEPS := gcc bzip2 lame libass libvpx opencore-amr opus sdl speex theora vorbis x264 xvidcore zlib
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://www.ffmpeg.org/download.html' | \
@@ -36,6 +36,7 @@ define $(PKG)_BUILD
--disable-pthreads \
--enable-w32threads \
--enable-avisynth \
+ --enable-libass \
--enable-libspeex \
--enable-libtheora \
--enable-libvorbis \