From f1cd9b03f3fa875eb5e394281b4b688cec611658 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Tue, 24 Jul 2012 21:33:42 +0000 Subject: omx: Add support for broadcom OMX on raspberry pi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The raspberry pi uses the alternative API/ABI for OMX; this makes such builds incompatible with all the normal OpenMAX implementations. Since this can't easily be detected at configure time (one can build for raspberry pi's OMX just fine using the generic, pristine Khronos OpenMAX IL headers, no need for their own extensions), require a separate configure switch for it instead. The broadcom host library can't be unloaded once loaded and started; the deinit function that it provides is a no-op, and after started, it has got background threads running, so dlclosing it makes it crash. Signed-off-by: Martin Storsjö --- Changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 0462ee4dc9..a497fbca13 100644 --- a/Changelog +++ b/Changelog @@ -54,7 +54,7 @@ version : - VAAPI-accelerated format conversion and scaling - libnpp/CUDA-accelerated format conversion and scaling - VAAPI-accelerate H.264/HEVC/MJPEG encoding -- Generic OpenMAX IL encoder +- Generic OpenMAX IL encoder with support for Raspberry Pi version 11: -- cgit v1.2.3