diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2016-12-01 00:26:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-08 10:31:30 +0000 |
commit | f7b318ba3661ea1d71deb425f4e648647887e2b3 (patch) | |
tree | 79b7b88bff1b36b78bbaed46bf074458271dd58c /meta/recipes-multimedia | |
parent | 05cf540d818e79c2c07c2c746545afdb62a9708f (diff) | |
download | poky-f7b318ba3661ea1d71deb425f4e648647887e2b3.tar.gz |
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
(From OE-Core rev: 6310833bfbbb3ed3852af0693fd68ea1fa7b054a)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.1.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.1.bb index 5fca950a3f..9ff6c6707e 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 = " \ | |||
89 | --libdir=${libdir} \ | 89 | --libdir=${libdir} \ |
90 | --shlibdir=${libdir} \ | 90 | --shlibdir=${libdir} \ |
91 | --datadir=${datadir}/ffmpeg \ | 91 | --datadir=${datadir}/ffmpeg \ |
92 | ${@bb.utils.contains('AVAILTUNES', 'mips32r2', '', '--disable-mipsdsp --disable-mipsdspr2', d)} \ | ||
92 | " | 93 | " |
93 | 94 | ||
94 | do_configure() { | 95 | do_configure() { |