From b6c954de58e66e1ff0f05e3b4712a99e2fa93d17 Mon Sep 17 00:00:00 2001 From: Alistair Buxton Date: Wed, 21 Sep 2016 13:14:31 +0100 Subject: [PATCH] Fix DISPMANX_OFFLINE variable typo Signed-off-by: Alistair Buxton --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 6ebd2b7..a784890 100644 --- a/README +++ b/README @@ -157,7 +157,7 @@ VIDEO_CAMERA = "1" 3.G. Enable offline compositing support ======================================= Set this variable to enable support for dispmanx offline compositing -DISMANX_OFFLINE = "1" +DISPMANX_OFFLINE = "1" This will enable the firmware to fall back to off-line compositing of Dispmanx elements. Normally the compositing is done on-line, during scanout,