* [PATCH] ffmpeg: use nasm instead of yasm
@ 2018-09-06 11:16 Ross Burton
0 siblings, 0 replies; only message in thread
From: Ross Burton @ 2018-09-06 11:16 UTC (permalink / raw)
To: openembedded-core
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@intel.com>
---
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 2917a080cd4..b4a4ffd2840 100644
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.0.2.bb
+++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.0.2.bb
@@ -38,7 +38,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
--
2.11.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-09-06 11:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-06 11:16 [PATCH] ffmpeg: use nasm instead of yasm Ross Burton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox