libvatek

User library to control and interface with VATek multimedia chipsets

brewmacoslinux
Try with needOr install directly
Source

About

User library to control VATek chips

Commands

libvatek

Examples

Link against libvatek library in C/C++ application for device control$ gcc -o myapp myapp.c `pkg-config --cflags --libs libvatek`
Check libvatek version and installation$ pkg-config --modversion libvatek
Get compiler flags for building with libvatek$ pkg-config --cflags --libs libvatek