diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-10-08 20:30:55 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-11 12:17:03 +0100 |
| commit | d3f607c70f094755884bcf28b2a6a5d7c61c188f (patch) | |
| tree | 0a3437db073563a203bd998785a1d16b83842178 /meta | |
| parent | 0b16982b3ead6ec7f9a9595d0171ab70b1a9cfb6 (diff) | |
| download | poky-d3f607c70f094755884bcf28b2a6a5d7c61c188f.tar.gz | |
ffmpeg: no need for textrel INSANE_SKIP
It appears in testing that modern ffmpeg no longer needs to disable PIC,
so there's no need to ignore textrel warnings.
(From OE-Core rev: 98d577fef75d54a59eeacaabb4a45e44b2f6832e)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-multimedia/ffmpeg/ffmpeg_7.0.2.bb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_7.0.2.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_7.0.2.bb index b16bd51dbd..af66104ebf 100644 --- a/meta/recipes-multimedia/ffmpeg/ffmpeg_7.0.2.bb +++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_7.0.2.bb | |||
| @@ -181,13 +181,3 @@ FILES:libpostproc = "${libdir}/libpostproc${SOLIBS}" | |||
| 181 | FILES:libswresample = "${libdir}/libswresample${SOLIBS}" | 181 | FILES:libswresample = "${libdir}/libswresample${SOLIBS}" |
| 182 | FILES:libswscale = "${libdir}/libswscale${SOLIBS}" | 182 | FILES:libswscale = "${libdir}/libswscale${SOLIBS}" |
| 183 | FILES:${PN}-examples = "${datadir}/${PN}/examples" | 183 | FILES:${PN}-examples = "${datadir}/${PN}/examples" |
| 184 | |||
| 185 | # ffmpeg disables PIC on some platforms (e.g. x86-32) | ||
| 186 | INSANE_SKIP:${MLPREFIX}libavcodec = "textrel" | ||
| 187 | INSANE_SKIP:${MLPREFIX}libavdevice = "textrel" | ||
| 188 | INSANE_SKIP:${MLPREFIX}libavfilter = "textrel" | ||
| 189 | INSANE_SKIP:${MLPREFIX}libavformat = "textrel" | ||
| 190 | INSANE_SKIP:${MLPREFIX}libavutil = "textrel" | ||
| 191 | INSANE_SKIP:${MLPREFIX}libswscale = "textrel" | ||
| 192 | INSANE_SKIP:${MLPREFIX}libswresample = "textrel" | ||
| 193 | INSANE_SKIP:${MLPREFIX}libpostproc = "textrel" | ||
