Programming Guide¶
This chapter describes the concepts used in programming with oneVPL.
The application must use the include file mfx.h
for C/C++ programming
and link the oneVPL dispatcher library libvpl.so
.
Include these files:
#include "mfx.h" /* oneVPL include file */
Link this library:
libvpl.so /* oneVPL dynamic dispatcher library (Linux\*) */