[Buildroot] [PATCH 1/2] package/ffmpeg2: new package

Bernd Kuhls berndkuhls at hotmail.com
Tue Feb 4 19:51:09 UTC 2014


Bernd Kuhls <berndkuhls at hotmail.com> wrote in 
news:skn6raxead.ln2 at ID-313208.user.individual.net:

> atm xbmc gotham is incompatible with ffmpeg 2.x, therefore I sent ffmpeg 
> 1.2.5 for inclusion in buildroot.

Hi,

xbmc devs are aiming to support ffmpeg 2.x after Gotham release, a repo 
containing the necessary code is already present:
http://forum.xbmc.org/showthread.php?tid=165707&pid=1618520#pid1618520

I am currently testing this code, first results look good. Because of this 
I think buildroot does not need to stick to ffmpeg 1.x, it can go forward 
to include ffmpeg 2.1.3 if other deps permit it.

FTR and only for test purposes here is the diff I am using, which includes 
some xbmc specific patches:

--- 29494.org/src/fbr/buildroot/package/ffmpeg/ffmpeg.mk 2014-02-03 
20:43:20.000000000 +0100
+++ 29494/src/fbr/buildroot/package/ffmpeg/ffmpeg.mk 2014-02-03 
21:11:14.325528814 +0100
@@ -4,9 +4,12 @@
 #
 
###########################################################################
#####
.
-FFMPEG_VERSION = 1.2.5
-FFMPEG_SOURCE = ffmpeg-$(FFMPEG_VERSION).tar.bz2
-FFMPEG_SITE = http://ffmpeg.org/releases
+FFMPEG_VERSION = 11086c540305ffb208e6fc17d301db989d3c4151
+FFMPEG_SITE = git://github.com/FernetMenta/FFmpeg.git
+
+#FFMPEG_VERSION = 1.2.5
+#FFMPEG_SOURCE = ffmpeg-$(FFMPEG_VERSION).tar.bz2
+#FFMPEG_SITE = http://ffmpeg.org/releases
 FFMPEG_INSTALL_STAGING = YES
.
 FFMPEG_LICENSE = LGPLv2.1+, libjpeg license

Regards, Bernd



More information about the buildroot mailing list