From a96b9ad7525812574d7b719241472fc0e9e95b83 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 14 Mar 2011 16:19:15 +0100 Subject: [PATCH] ffmpeg: switch to libav, that's where the sane people are at Signed-off-by: Koen Kooi --- recipes/ffmpeg/ffmpeg_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- 2.39.5