jbl19860422 / vcu-omx-il

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# OpenMax Integration Layer

This repository contains the AllegroDVT2 OpenMax Integration Layer (OMXIL) implementation

## Installation
*Linux x86 user*
$ make

* Linux other platforms (i.e. arm 32 bits) user*
$ make CROSS_COMPILE=arm-linux-gnueabihf-

* Linux other platforms (i.e. arm 64 bits) user*
$ make CROSS_COMPILE=aarch64-linux-gnu-

*Compile in static*
$ make STATIC=1

*Compile against lib_encode / lib_decode you built*

$ ctrlsw_root=/your_path/ctrlsw-src
$ EXTERNAL_INCLUDE=$ctrlsw_root/include EXTERNAL_LIB=$ctrlsw_root/bin make -j8

About

License:Other


Languages

Language:C++ 76.7%Language:C 21.5%Language:Makefile 1.2%Language:Objective-C 0.6%