mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-05-18 23:04:59 +00:00
We provide a lot of variable examples as code blocks in the following format: some text: `Variable` or some test: `Variable` Which is not as pretty as (when converted to html/pdf): some text: Variable Converted all and hoppefully this will improve readability a bit. Signed-off-by: Mirza Krak <mirza.krak@endian.se>
10 lines
250 B
Markdown
10 lines
250 B
Markdown
# Extra apps
|
|
|
|
## omxplayer
|
|
|
|
omxplayer depends on libav which has a commercial license. So in order to be
|
|
able to compile omxplayer you will need to whiteflag the commercial
|
|
licenseadding to you local.conf:
|
|
|
|
LICENSE_FLAGS_WHITELIST = "commercial"
|