menghang / android_external_CedarX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/*******************************************************************************
--                                                                            --
--                    CedarX Multimedia Framework                             --
--                                                                            --
--          the Multimedia Framework for Linux/Android System                 --
--                                                                            --
--       This software is confidential and proprietary and may be used        --
--        only as expressly authorized by a licensing agreement from          --
--                         Softwinner Products.                               --
--                                                                            --
--                   (C) COPYRIGHT 2011 SOFTWINNER PRODUCTS                   --
--                            ALL RIGHTS RESERVED                             --
--                                                                            --
--                 The entire notice above must be reproduced                 --
--                  on all copies and should not be removed.                  --
--                                                                            --
*******************************************************************************/


usage of android version:
	1. uppack tar package to framework/base/media/
	2. check file CedarX-Projects/Config.mk "CEDARX_DEBUG_ENABLE := N"
	3. when you partitial update any library of CedarX, you may touch any source 
	   file under CedarXAndroid folder to guarantee the compile up to date.
   
usage of linux version:
	1. goto the dir of CedarX-Projects, then run shell command "source env_setup.sh"
	2. check file CedarX-Projects/Config-Linux.mk "CEDARX_DEBUG_ENABLE := N"
	3. make clean && make
	


About


Languages

Language:C 68.3%Language:C++ 27.3%Language:Objective-C 3.1%Language:Assembly 0.6%Language:Shell 0.6%Language:Perl 0.1%