ffmpeg: switch to libav, that's where the sane people are at
authorKoen Kooi <koen@openembedded.org>
Mon, 14 Mar 2011 15:19:15 +0000 (16:19 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 14 Mar 2011 15:19:15 +0000 (16:19 +0100)
Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/ffmpeg/ffmpeg_git.bb

index d84653a..57b2c31 100644 (file)
@@ -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}"