mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
ffmpeg: Package example files in ffmpeg-examples
The most future proof way to not always ship the example files is to package them separately. (From OE-Core rev: ee405b4d75ed7361e8fd6220532c4a79b0b6bba6) Signed-off-by: Ola x Nilsson <olani@axis.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0c0e19a024
commit
bbc4b56186
@@ -167,7 +167,8 @@ PACKAGES =+ "libavcodec \
|
||||
libavutil \
|
||||
libpostproc \
|
||||
libswresample \
|
||||
libswscale"
|
||||
libswscale \
|
||||
${PN}-examples"
|
||||
|
||||
FILES:libavcodec = "${libdir}/libavcodec${SOLIBS}"
|
||||
FILES:libavdevice = "${libdir}/libavdevice${SOLIBS}"
|
||||
@@ -177,6 +178,7 @@ FILES:libavutil = "${libdir}/libavutil${SOLIBS}"
|
||||
FILES:libpostproc = "${libdir}/libpostproc${SOLIBS}"
|
||||
FILES:libswresample = "${libdir}/libswresample${SOLIBS}"
|
||||
FILES:libswscale = "${libdir}/libswscale${SOLIBS}"
|
||||
FILES:${PN}-examples = "${datadir}/${PN}/examples"
|
||||
|
||||
# ffmpeg disables PIC on some platforms (e.g. x86-32)
|
||||
INSANE_SKIP:${MLPREFIX}libavcodec = "textrel"
|
||||
|
||||
Reference in New Issue
Block a user