From 6a0c790ff219dad2bf737c76ec90546262997c11 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Mon, 12 Nov 2012 14:27:36 -0800 Subject: [PATCH] Add a FFMS2 project --- aegisub/build/Aegisub/Aegisub.vcxproj | 5 +- aegisub/build/ffms2/ffms2.vcxproj | 97 +++++++++++++++++++++++++++ 2 files changed, 101 insertions(+), 1 deletion(-) create mode 100644 aegisub/build/ffms2/ffms2.vcxproj diff --git a/aegisub/build/Aegisub/Aegisub.vcxproj b/aegisub/build/Aegisub/Aegisub.vcxproj index 2759a3f79..b7ea4e1d9 100644 --- a/aegisub/build/Aegisub/Aegisub.vcxproj +++ b/aegisub/build/Aegisub/Aegisub.vcxproj @@ -54,6 +54,9 @@ {c832eaf3-860d-4373-a02c-933626b47a5e} + + {aa137613-96a1-4388-8905-71345b4f8f87} + {ea3dcc95-2423-4ea0-a508-7a427b4c0594} @@ -459,4 +462,4 @@ - + \ No newline at end of file diff --git a/aegisub/build/ffms2/ffms2.vcxproj b/aegisub/build/ffms2/ffms2.vcxproj new file mode 100644 index 000000000..7d92afb67 --- /dev/null +++ b/aegisub/build/ffms2/ffms2.vcxproj @@ -0,0 +1,97 @@ + + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {AA137613-96A1-4388-8905-71345B4F8F87} + ffms2 + + + + + dll + + + + + + + + + + + $(FfmsSrcDir)\include; + %(AdditionalIncludeDirectories) + + + FFMS_EXPORTS; + HAALISOURCE; + _CRT_SECURE_NO_WARNINGS; + _CRT_NONSTDC_NO_DEPRECATE; + _SCL_SECURE_NO_WARNINGS; + __STDC_CONSTANT_MACROS; + %(PreprocessorDefinitions) + + 4250;%(DisableSpecificWarnings) + + + $(AegisubLibraryDir);%(AdditionalLibraryDirectories) + + + + + + MultiThreaded + + + + + + MultiThreaded + + + + + + + + + + + + + + + + + + + + + + + + + +