xref: /openbmc/openbmc/meta-raspberrypi/docs/extra-apps.md (revision 7e0e3c0c6a2cd4e76ebca17ed16a37155992025e)
1# Extra apps
2
3## omxplayer
4
5omxplayer depends on libav which has a commercial license. So in order to be
6able to compile omxplayer you will need to whiteflag the commercial
7license in your local.conf:
8
9    LICENSE_FLAGS_ACCEPTED = "commercial"
10