Skip to content

Commit

Permalink
Properly include the VapourSynth headers
Browse files Browse the repository at this point in the history
They're not part of this project, so treat them as such.

Signed-off-by: Derek Buitenhuis <[email protected]>
  • Loading branch information
dwbuiten committed Nov 9, 2012
1 parent 080d26b commit f16e83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vs/d2vsource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ extern "C" {
#include <stdlib.h>
}

#include "VapourSynth.h"
#include "VSHelper.h"
#include <VapourSynth.h>
#include <VSHelper.h>

#include "d2v.hpp"
#include "decode.hpp"
Expand Down

0 comments on commit f16e83a

Please sign in to comment.