FFmpeg @ Yocto/imx6qp

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

FFmpeg @ Yocto/imx6qp

2,999 Views
erikraynolds
Contributor III

I'd like to know how to add support for ffmpeg for i.MX6QP in yocto?

Tags (1)
0 Kudos
3 Replies

1,261 Views
b36401
NXP Employee
NXP Employee

You can refer this document regarding adding ffmpeg support:

https://community.nxp.com/docs/DOC-93450

Have a great day,
Victor

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

1,261 Views
erikraynolds
Contributor III

Dear Victor,

your link is 3 years old since then you did not fix it your issue with ffmpeg?

Thanks.

0 Kudos

1,261 Views
erikraynolds
Contributor III

I added to my my local.conf

IMAGE_INSTALL_append = " gst-ffmpeg"

by running bitbake fsl-image-multimedia-full

NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'gst-ffmpeg' (but /home/work/fsl-release-bsp-3.14.52/sources/meta-fsl-demos/recipes-fsl/images/fsl-image-multimedia-full.bb RDEPENDS on or otherwise requires it)
ERROR: gst-ffmpeg was skipped: because it has a restricted license not whitelisted in LICENSE_FLAGS_WHITELIST
NOTE: Runtime target 'gst-ffmpeg' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gst-ffmpeg']
ERROR: Required build target 'fsl-image-multimedia-full' has no buildable providers.
Missing or unbuildable dependency chain was: ['fsl-image-multimedia-full', 'gst-ffmpeg']

0 Kudos