diff options
Diffstat (limited to 'meta-raspberrypi/docs/extra-apps.md')
-rw-r--r-- | meta-raspberrypi/docs/extra-apps.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-raspberrypi/docs/extra-apps.md b/meta-raspberrypi/docs/extra-apps.md new file mode 100644 index 000000000..53007dc1f --- /dev/null +++ b/meta-raspberrypi/docs/extra-apps.md @@ -0,0 +1,9 @@ +# 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 +license in your local.conf: + + LICENSE_FLAGS_WHITELIST = "commercial" |