Skip to content

This is new CedarX library from Allwinner with Chinese documentation and example C application...

Notifications You must be signed in to change notification settings

mzakharo/CedarX-12.06.2015

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CedarX-12.06.2015

This is new CedarX library from Allwinner with Chinese documentation and example C application...

#Get required packages

sudo apt-get install build-essential git automake autoconf pkg-config libtool

#Compile CedarX library

cd  CedarX-12.06.2015
export WORKSPACE=$(pwd)
export PREFIX=/usr/local
cd $WORKSPACE/src/
./bootstrap 
./configure --prefix=$PREFIX
make
sudo make install

Install H.264/JPEG Encoder Binary

sudo install $WORKSPACE/binary/libcedar_plugin_venc.so $PREFIX/lib/cedarx/

Add CedarX library LD Path

echo $PREFIX/lib/cedarx | sudo tee -a /etc/ld.so.conf
ldconfig

About

This is new CedarX library from Allwinner with Chinese documentation and example C application...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 80.7%
  • C++ 16.4%
  • Objective-C 2.4%
  • Other 0.5%