View Single Post
Old 17th May 2020, 09:47   #128  |  Link
feisty2
I'm Siri
 
feisty2's Avatar
 
Join Date: Oct 2012
Location: void
Posts: 2,633
Quote:
Originally Posted by Are_ View Post
Instead of:

Code:
#include "Include/fftw3.h"
#include "Include/VapourSynth.h"
#include "Include/VSHelper.h"
Do:
Code:
#include "fftw3.h"
#include "VapourSynth.h"
#include "VSHelper.h"
Else I have to patch them (source based distro).
mvtools relies on vsFilterScript headers rely on VapourSynth.h -> VapourSynth.h must be placed in the "Include" folder

mvtools relies on VSHelper.h relies on VapourSynth.h -> VapourSynth.h must be placed in the mvtools folder

you will need 2 copies of VapourSynth.h, one in the "Include" folder and one in the mvtools folder, that doesn't look nice

Last edited by feisty2; 17th May 2020 at 09:50.
feisty2 is offline   Reply With Quote