From 0f2c244818936bf55f9f5965e3472fca85dbd730 Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Mon, 9 Apr 2007 05:22:15 +0000 Subject: [PATCH] Avisynth PRS interface project added. Originally committed to SVN as r1044. --- avisynth_prs/draw_prs.cpp | 6 + avisynth_prs/prs_avisynth.vcproj | 193 +++++++++++++++++++++++++++++++ 2 files changed, 199 insertions(+) create mode 100644 avisynth_prs/prs_avisynth.vcproj diff --git a/avisynth_prs/draw_prs.cpp b/avisynth_prs/draw_prs.cpp index d4a4942e1..18435e731 100644 --- a/avisynth_prs/draw_prs.cpp +++ b/avisynth_prs/draw_prs.cpp @@ -40,6 +40,12 @@ #include "../prs/prs.h" +///////////// +// Libraries +#pragma comment(lib,"wxpng.lib") +#pragma comment(lib,"wxzlib.lib") + + /////////////// // Constructor DrawPRS::DrawPRS (IScriptEnvironment* _env, PClip _child, const char *filename) diff --git a/avisynth_prs/prs_avisynth.vcproj b/avisynth_prs/prs_avisynth.vcproj new file mode 100644 index 000000000..86958890f --- /dev/null +++ b/avisynth_prs/prs_avisynth.vcproj @@ -0,0 +1,193 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +