diff options
author | Stefan Müller-Klieser <s.mueller-klieser@phytec.de> | 2015-08-27 16:46:37 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-03 12:43:20 +0100 |
commit | d0b71dd0e9d995d542f8914cb76f700f14d9d2a0 (patch) | |
tree | 3483dafb911474cf98f6422bcf304764e5a8157a /meta/recipes-multimedia | |
parent | 59c7c7bfcb2cf3682526656fd9eba61a022e5a0a (diff) | |
download | poky-d0b71dd0e9d995d542f8914cb76f700f14d9d2a0.tar.gz |
libvorbis: remove legacy options
Those code fragments date back to ancient times. EXTRA_OECONF is not
required anymore and we should give gcc another try to do it right.
Testing on cortex-a8 with thumb and -O2 reveals a performance boost of
82 percent during encoding in comparison to -O0. -O4 gives another 7
percent.
(From OE-Core rev: ea04f05710a9a2a1e9561fe87579d0ae9690bd21)
Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/libvorbis/libvorbis_1.3.5.bb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/recipes-multimedia/libvorbis/libvorbis_1.3.5.bb b/meta/recipes-multimedia/libvorbis/libvorbis_1.3.5.bb index b7a0667bde..636e0f307b 100644 --- a/meta/recipes-multimedia/libvorbis/libvorbis_1.3.5.bb +++ b/meta/recipes-multimedia/libvorbis/libvorbis_1.3.5.bb | |||
@@ -15,10 +15,3 @@ SRC_URI[md5sum] = "28cb28097c07a735d6af56e598e1c90f" | |||
15 | SRC_URI[sha256sum] = "54f94a9527ff0a88477be0a71c0bab09a4c3febe0ed878b24824906cd4b0e1d1" | 15 | SRC_URI[sha256sum] = "54f94a9527ff0a88477be0a71c0bab09a4c3febe0ed878b24824906cd4b0e1d1" |
16 | 16 | ||
17 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig |
18 | |||
19 | # vorbisfile.c reveals a problem in the gcc register spilling for the | ||
20 | # thumb instruction set... | ||
21 | FULL_OPTIMIZATION_thumb = "-O0" | ||
22 | |||
23 | EXTRA_OECONF = "--with-ogg-libraries=${STAGING_LIBDIR} \ | ||
24 | --with-ogg-includes=${STAGING_INCDIR}" | ||