[oe-commits] Koen Kooi : ffmpeg: switch to libav

git version control git at git.openembedded.org
Thu Apr 21 15:34:31 UTC 2011


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: 0188c35889757f7b8d1000daa920f799c6d06d1a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0188c35889757f7b8d1000daa920f799c6d06d1a

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Apr 21 06:00:06 2011 +0000

ffmpeg: switch to libav

cherry-picked Koen's mainline libav patch to fix invalid git.ffmpeg.org repo

Signed-off-by: Koen Kooi <koen at openembedded.org>
Signed-off-by: Matt Porter <mporter at ti.com>
Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/ffmpeg/ffmpeg_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/ffmpeg/ffmpeg_git.bb b/recipes/ffmpeg/ffmpeg_git.bb
index d84653a..57b2c31 100644
--- a/recipes/ffmpeg/ffmpeg_git.bb
+++ b/recipes/ffmpeg/ffmpeg_git.bb
@@ -12,7 +12,7 @@ DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_angstrom = "1"
 DEFAULT_PREFERENCE_shr = "1"
 
-SRC_URI = "git://git.ffmpeg.org/ffmpeg.git;protocol=git"
+SRC_URI = "git://git.libav.org/libav.git;protocol=git"
 
 S = "${WORKDIR}/git"
 B = "${S}/build.${HOST_SYS}.${TARGET_SYS}"





More information about the Openembedded-commits mailing list