mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02:00
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. (From OE-Core rev: ec734f0cccba2659334498235851c93ce8abef2b) Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6549a43344
commit
ae79fa3412
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user