[oe-commits] [openembedded-core] 31/43: ffmpeg: use nasm instead of yasm

git at git.openembedded.org git at git.openembedded.org
Thu Sep 6 22:44:31 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit f58b432495c10d33c9762988e1eb64d0f8523ec5
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Sep 6 12:16:48 2018 +0100

    ffmpeg: use nasm instead of yasm
    
    As ffmpeg can use both yasm and nasm let's unify on nasm (last release six
    months ago, fifteen RCs since) instead of yasm (last release 2014).
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-multimedia/ffmpeg/ffmpeg_4.0.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.0.2.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.0.2.bb
index 74c8e66..58f58fc 100644
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.0.2.bb
+++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.0.2.bb
@@ -39,7 +39,7 @@ ARM_INSTRUCTION_SET_armv6 = "arm"
 # libpostproc was previously packaged from a separate recipe
 PROVIDES = "libav libpostproc"
 
-DEPENDS = "alsa-lib zlib libogg yasm-native"
+DEPENDS = "alsa-lib zlib libogg nasm-native"
 
 inherit autotools pkgconfig
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list