diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2014-03-25 13:43:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-25 21:26:50 +0000 |
commit | ae79fa3412150e2eb876024a94681ef6cfe96e82 (patch) | |
tree | 999923959bfa8b0f22808636829415c9ec6585f6 | |
parent | 6549a43344cfb6e595e2491311e204319454bcdd (diff) | |
download | poky-ae79fa3412150e2eb876024a94681ef6cfe96e82.tar.gz |
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>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc index 784ddc3b78..84e6e95d36 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 | |||
10 | # CAUTION: Using the system libav is not recommended. Since the libav API is changing all the time, | 10 | # CAUTION: Using the system libav is not recommended. Since the libav API is changing all the time, |
11 | # compilation errors (and other, more subtle bugs) can happen. It is usually better to rely on the | 11 | # compilation errors (and other, more subtle bugs) can happen. It is usually better to rely on the |
12 | # libav copy included in the gst-libav package. | 12 | # libav copy included in the gst-libav package. |
13 | PACKAGECONFIG ??= " orc " | 13 | PACKAGECONFIG ??= " orc yasm " |
14 | PACKAGECONFIG[libav] = "--with-system-libav,,libav" | 14 | PACKAGECONFIG[libav] = "--with-system-libav,,libav" |
15 | PACKAGECONFIG[lgpl] = "--enable-lgpl,," | 15 | PACKAGECONFIG[lgpl] = "--enable-lgpl,," |
16 | PACKAGECONFIG[yasm] = "--enable-yasm,--disable-yasm,yasm-native" | 16 | PACKAGECONFIG[yasm] = "--enable-yasm,--disable-yasm,yasm-native" |