diff options
author | Alistair Buxton <a.j.buxton@gmail.com> | 2016-09-21 13:14:31 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-10-14 09:03:53 +0100 |
commit | b6c954de58e66e1ff0f05e3b4712a99e2fa93d17 (patch) | |
tree | 725c5899a7dbe416f3369cf866b329af4925acc9 | |
parent | d778d0a23d8355745186783b0166f410e544ce6d (diff) | |
download | meta-raspberrypi-b6c954de58e66e1ff0f05e3b4712a99e2fa93d17.tar.gz |
Fix DISPMANX_OFFLINE variable typo
Signed-off-by: Alistair Buxton <a.j.buxton@gmail.com>
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -157,7 +157,7 @@ VIDEO_CAMERA = "1" | |||
157 | 3.G. Enable offline compositing support | 157 | 3.G. Enable offline compositing support |
158 | ======================================= | 158 | ======================================= |
159 | Set this variable to enable support for dispmanx offline compositing | 159 | Set this variable to enable support for dispmanx offline compositing |
160 | DISMANX_OFFLINE = "1" | 160 | DISPMANX_OFFLINE = "1" |
161 | 161 | ||
162 | This will enable the firmware to fall back to off-line compositing of | 162 | This will enable the firmware to fall back to off-line compositing of |
163 | Dispmanx elements. Normally the compositing is done on-line, during scanout, | 163 | Dispmanx elements. Normally the compositing is done on-line, during scanout, |