[oe-commits] Carlos Rafael Giani : Enable yasm in gstreamer1.0-libav by default

git at git.openembedded.org git at git.openembedded.org
Tue Mar 25 21:18:57 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: ec734f0cccba2659334498235851c93ce8abef2b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ec734f0cccba2659334498235851c93ce8abef2b

Author: Carlos Rafael Giani <dv at pseudoterminal.org>
Date:   Tue Mar 25 13:43:06 2014 +0100

Enable yasm in gstreamer1.0-libav by default

Since yasm has been moved to OE-core, there is no reason for not enabling
yasm by default anymore. It improves performance of gstreamer1.0-libav
considerably.

Signed-off-by: Carlos Rafael Giani <dv at pseudoterminal.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc
index 784ddc3..84e6e95 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc
@@ -10,7 +10,7 @@ inherit autotools pkgconfig
 # CAUTION: Using the system libav is not recommended. Since the libav API is changing all the time,
 # compilation errors (and other, more subtle bugs) can happen. It is usually better to rely on the
 # libav copy included in the gst-libav package.
-PACKAGECONFIG ??= " orc "
+PACKAGECONFIG ??= " orc yasm "
 PACKAGECONFIG[libav] = "--with-system-libav,,libav"
 PACKAGECONFIG[lgpl]  = "--enable-lgpl,,"
 PACKAGECONFIG[yasm]  = "--enable-yasm,--disable-yasm,yasm-native"



More information about the Openembedded-commits mailing list