From f16e83a2565eaec0f17421c3b7b1e423741cb30a Mon Sep 17 00:00:00 2001 From: Derek Buitenhuis Date: Fri, 9 Nov 2012 16:26:13 -0500 Subject: [PATCH] Properly include the VapourSynth headers They're not part of this project, so treat them as such. Signed-off-by: Derek Buitenhuis --- vs/d2vsource.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vs/d2vsource.cpp b/vs/d2vsource.cpp index 03a2bf3..da9564f 100644 --- a/vs/d2vsource.cpp +++ b/vs/d2vsource.cpp @@ -25,8 +25,8 @@ extern "C" { #include } -#include "VapourSynth.h" -#include "VSHelper.h" +#include +#include #include "d2v.hpp" #include "decode.hpp"