Skip to content

gedeon1976/VideoProcessorComponent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author:	Henry Portilla  (C) 2015


This is an small guide about how to use this software component:


The component uses CMake as project generator, in this way you should be able to carry out multi platform
development, so you will find the following structure:

- A cmake folder: 
		It contains the modules used to find the libraries required to use the component,
		you must be sure that the corresponding libraries are installed on your system

- A src folder: 
		It contains all the source code of the component, all the components try to use standard C++
		code, however at the time of writing it uses a mix of C++98 and c++11 favouring the last 
		standard, so you must be sure that your compiler support it.

- An exampleHowtoUse folder:  
		It contains a cmake project example about how to use the library component once you have compiled this

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 87.5%
  • CMake 12.5%