VEO API v3 multithreaded VH program
With this version, using VEO from multiple threads of a VH program is possible with the limitation that veo_proc_create()
is called from the main thread. All subsequent VEO calls can be executed from other VH threads. This requires linking with both -lveo -lveo_mt
.