summaryrefslogtreecommitdiffstats
path: root/src/ffmpeg.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2011-04-23 17:47:36 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2011-04-23 17:47:36 (GMT)
commit050d8469c24004100bdbc63da684310f0a169278 (patch)
tree82eab11b1f51b45bb2ea071372306a1a12804b1d /src/ffmpeg.mk
parent1826810a55dc19a0c5364a6e9d9fd5acbeb27e15 (diff)
downloadmxe-050d8469c24004100bdbc63da684310f0a169278.zip
mxe-050d8469c24004100bdbc63da684310f0a169278.tar.gz
mxe-050d8469c24004100bdbc63da684310f0a169278.tar.bz2
upgrade package: ffmpeg
Diffstat (limited to 'src/ffmpeg.mk')
-rw-r--r--src/ffmpeg.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/ffmpeg.mk b/src/ffmpeg.mk
index 45476c8..5ee7b66 100644
--- a/src/ffmpeg.mk
+++ b/src/ffmpeg.mk
@@ -4,14 +4,14 @@
# ffmpeg
PKG := ffmpeg
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 0.6.2
-$(PKG)_CHECKSUM := d4e464d4111971b9cef10be7a1efa3677a899338
+$(PKG)_VERSION := 0.6.90-rc0
+$(PKG)_CHECKSUM := a5c898a220a7f2220a49a37c44d273d1775d081c
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_WEBSITE := http://www.ffmpeg.org/
$(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 faad2 lame libvpx opencore-amr sdl speex theora vorbis x264 xvidcore zlib
+$(PKG)_DEPS := gcc bzip2 lame libvpx opencore-amr sdl speex theora vorbis x264 xvidcore zlib
define $(PKG)_UPDATE
wget -q -O- 'http://www.ffmpeg.org/download.html' | \
@@ -34,12 +34,13 @@ define $(PKG)_BUILD
--enable-version3 \
--disable-nonfree \
--enable-postproc \
+ --disable-pthreads \
+ --enable-w32threads \
--enable-libspeex \
--enable-libtheora \
--enable-libvorbis \
--enable-libmp3lame \
--enable-libxvid \
- --enable-libfaad \
--disable-libfaac \
--enable-libopencore-amrnb \
--enable-libopencore-amrwb \