aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2011-04-21 06:00:06 +0000
committerSteffen Sledz <sledz@dresearch-fe.de>2011-04-29 14:08:37 +0200
commita9a5090bbf268d254047faa1f0ea6167918b8eb4 (patch)
tree6e2056e98b1ebeffd2074d6cf95aecf592c5fb7c
parent471fccab6198e4ba4d445f7fd310a4dbf3853207 (diff)
downloadopenembedded-a9a5090bbf268d254047faa1f0ea6167918b8eb4.tar.gz
ffmpeg: switch to libav
cherry-picked Koen's mainline libav patch to fix invalid git.ffmpeg.org repo Signed-off-by: Koen Kooi <koen@openembedded.org> Signed-off-by: Matt Porter <mporter@ti.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/ffmpeg/ffmpeg_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ffmpeg/ffmpeg_git.bb b/recipes/ffmpeg/ffmpeg_git.bb
index d84653a2df..57b2c31fad 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}"