aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Boor <florian@kernelconcepts.de>2012-09-14 14:20:12 +0200
committerFlorian Boor <florian.boor@kernelconcepts.de>2012-09-27 19:04:18 +0200
commit60baa25f029293045caf27c2bd43721697db9f36 (patch)
treeee703c25e8c1f56833a3d935d5da5de5ea5a9a92
parent43beba38eb7d8a9c55fe5f8f28cf3c6db8a98354 (diff)
downloadopenembedded-60baa25f029293045caf27c2bd43721697db9f36.tar.gz
libav: Depend on yasm on some platforms
You need yasm per default on i586 and i686 at least. It is possible other platforms affected as well. Signed-off-by: Florian Boor <florian.boor@kernelconcepts.de>
-rw-r--r--recipes/libav/libav_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/libav/libav_git.bb b/recipes/libav/libav_git.bb
index 217f0b568d..4eda55d25a 100644
--- a/recipes/libav/libav_git.bb
+++ b/recipes/libav/libav_git.bb
@@ -1,6 +1,8 @@
require libav.inc
DEPENDS += "virtual/libsdl schroedinger libgsm libvpx"
+DEPENDS_i586 += "yasm-native"
+DEPENDS_i686 += "yasm-native"
# When bumping SRCREV make sure you bump PR here and in dependant recipes (gst-ffmpeg, gnash, omxil, etc) to account for SOVERSION changes
SRCREV = "c6c2dfcf15c1d93b2189adff6f71c5c4b6b05338"