git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2da8e9f
)
ffmpeg: switch to libav, that's where the sane people are at
author
Koen Kooi
<koen@openembedded.org>
Mon, 14 Mar 2011 15:19:15 +0000
(16:19 +0100)
committer
Koen 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
patch
|
blob
|
history
diff --git
a/recipes/ffmpeg/ffmpeg_git.bb
b/recipes/ffmpeg/ffmpeg_git.bb
index
d84653a
..
57b2c31
100644
(file)
--- 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}"