changeset 1781:cdcd17e66d70

upgrade package: ffmpeg
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 23 Apr 2011 19:47:36 +0200
parents 8569b674abd6
children f5a306fbac2e
files src/ffmpeg.mk src/openscenegraph-4-changeset-12154.patch
diffstat 2 files changed, 21 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/ffmpeg.mk	Sat Apr 23 19:47:28 2011 +0200
+++ b/src/ffmpeg.mk	Sat Apr 23 19:47:36 2011 +0200
@@ -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 @@
         --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 \
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/openscenegraph-4-changeset-12154.patch	Sat Apr 23 19:47:36 2011 +0200
@@ -0,0 +1,16 @@
+This file is part of mingw-cross-env.
+See doc/index.html for further information.
+
+This patch has been taken from:
+http://www.openscenegraph.org/projects/osg/changeset/12154/
+
+Index: /OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp
+===================================================================
+--- /OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp (revision 10053)
++++ /OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegHeaders.hpp (revision 12154)
+@@ -7,4 +7,5 @@
+ {
+ #define __STDC_CONSTANT_MACROS
++#define FF_API_OLD_SAMPLE_FMT 0
+ #include <errno.h>    // for error codes defined in avformat.h
+ #include <stdint.h>