[oe-commits] [openembedded-core] 23/39: ffmpeg: disable unsupported extensions on mips32r1

git at git.openembedded.org git at git.openembedded.org
Thu Dec 8 10:33:21 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 6310833bfbbb3ed3852af0693fd68ea1fa7b054a
Author: Andreas Oberritter <obi at opendreambox.org>
AuthorDate: Thu Dec 1 00:26:13 2016 +0100

    ffmpeg: disable unsupported extensions on mips32r1
    
    | Warning: the `dsp' extension requires MIPS32 revision 2 or greater
    | Warning: the `dspr2' extension requires MIPS32 revision 2 or greater
    
    Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.1.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.1.bb
index 5fca950..9ff6c67 100644
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.1.bb
+++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.1.bb
@@ -89,6 +89,7 @@ EXTRA_OECONF = " \
     --libdir=${libdir} \
     --shlibdir=${libdir} \
     --datadir=${datadir}/ffmpeg \
+    ${@bb.utils.contains('AVAILTUNES', 'mips32r2', '', '--disable-mipsdsp --disable-mipsdspr2', d)} \
 "
 
 do_configure() {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list