Skip to content

bouncingnote/omx-test

 
 

Repository files navigation

omx-test
===========

Some minimal omx test snippets for hunting bugs.
Largely based on code from http://jan.newmarch.name/LinuxSound/Sampled/OpenMAX/

Cross-Compiling
===============

For Cross-Compiling just set CC and SYSROOT variable to match your toolchains
gcc and your target systemroot. Example:

CC=/home/user/ct-ng/host/bin/arm-buildroot-linux-gnueabi-cc \
SYSROOT=/home/user/buildroot/output/rootfs/staging/ \
make all

About

omx testing tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.2%
  • Makefile 1.8%