Programming Guide#

This chapter describes the concepts used in programming with Intel® VPL.

The application must use the include file mfx.h for C/C++ programming and link the Intel® VPL dispatcher library libvpl.so.

Include these files:

#include "mfx.h"    /* Intel® VPL include file */

Link this library:

libvpl.so                /* Intel® VPL dynamic dispatcher library (Linux\*) */