]> code.ossystems Code Review - openembedded-core.git/commitdiff
Enable yasm in gstreamer1.0-libav by default
authorCarlos Rafael Giani <dv@pseudoterminal.org>
Tue, 25 Mar 2014 12:43:06 +0000 (13:43 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Mar 2014 13:44:30 +0000 (13:44 +0000)
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@pseudoterminal.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc

index 784ddc3b78789390be0752e331e8ac3ff8880d42..84e6e95d36025e79c861babb2812309c414ce12e 100644 (file)
@@ -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"