Allwinner-Homlet / H6-CedarC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CedarC 1.04 README

Introduction

Video Engine userspace driver of Allwinner H6, including H264,H265,VP9 decoder.

How to Compile

./bootstrap
./configure --prefix=${PWD}/out --host=arm-linux-gnueabihf CFLAGS="-DCONF_KERNEL_VERSION_3_10" CPPFLAGS="-DCONF_KERNEL_VERSION_3_10"
make -j8 && make install

Decoding with CedarX

TBD

About

License:GNU Lesser General Public License v3.0


Languages

Language:C 90.4%Language:C++ 3.6%Language:Shell 2.3%Language:Makefile 1.9%Language:Roff 1.7%Language:M4 0.2%