From 2e84076b22bb1209f1ccb4fc0fbf2b0cbe6ffcd5 Mon Sep 17 00:00:00 2001 From: Richard Geldreich Date: Tue, 10 Sep 2024 14:43:16 -0400 Subject: [PATCH] new files --- encoder_lib/encoder_lib.vcxproj | 235 +++++++++++++++++++++++ encoder_lib/encoder_lib.vcxproj.filters | 245 ++++++++++++++++++++++++ 2 files changed, 480 insertions(+) create mode 100644 encoder_lib/encoder_lib.vcxproj create mode 100644 encoder_lib/encoder_lib.vcxproj.filters diff --git a/encoder_lib/encoder_lib.vcxproj b/encoder_lib/encoder_lib.vcxproj new file mode 100644 index 0000000..a6d3bee --- /dev/null +++ b/encoder_lib/encoder_lib.vcxproj @@ -0,0 +1,235 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17.0 + Win32Proj + {97c34996-f458-4030-a402-b32c581872f1} + encoderlib + 10.0 + + + + StaticLibrary + true + v143 + Unicode + + + StaticLibrary + false + v143 + true + Unicode + + + StaticLibrary + true + v143 + Unicode + + + StaticLibrary + false + v143 + true + Unicode + + + + + + + + + + + + + + + + + + + + + + Level4 + false + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);BASISU_SUPPORT_SSE=1;BASISU_SUPPORT_OPENCL=1;_HAS_EXCEPTIONS=0 + true + NotUsing + pch.h + ..\OpenCL + + + + + true + + + + + Level4 + true + true + false + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);BASISU_SUPPORT_SSE=1;BASISU_SUPPORT_OPENCL=1;_HAS_EXCEPTIONS=0 + true + NotUsing + pch.h + ..\OpenCL + AdvancedVectorExtensions + false + false + + + + + true + true + true + + + + + Level4 + false + _DEBUG;_LIB;%(PreprocessorDefinitions);BASISU_SUPPORT_SSE=1;BASISU_SUPPORT_OPENCL=1; + true + NotUsing + pch.h + AdvancedVectorExtensions + ..\OpenCL + + + + + true + + + + + Level4 + true + true + false + NDEBUG;_LIB;%(PreprocessorDefinitions);BASISU_SUPPORT_SSE=1;BASISU_SUPPORT_OPENCL=1; + true + NotUsing + pch.h + false + false + AdvancedVectorExtensions + ..\OpenCL + Full + AnySuitable + Speed + true + + + + + true + true + true + + + + + + \ No newline at end of file diff --git a/encoder_lib/encoder_lib.vcxproj.filters b/encoder_lib/encoder_lib.vcxproj.filters new file mode 100644 index 0000000..305eccc --- /dev/null +++ b/encoder_lib/encoder_lib.vcxproj.filters @@ -0,0 +1,245 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + {98b8a44b-ab9c-46ad-a59a-a4a11b9a1ab8} + + + {24d78a58-259b-4b9d-8e74-08567b58c1c7} + + + {d36148f2-f766-423e-a390-31798ed72495} + + + {b8a5fb24-9003-45bd-8d8b-dbd0a00ee10c} + + + + + Source Files\transcoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder\3rdparty + + + Source Files\encoder\3rdparty + + + Source Files\encoder\3rdparty + + + + + Source Files\transcoder + + + Source Files\transcoder + + + Source Files\transcoder + + + Source Files\transcoder + + + Source Files\transcoder + + + Source Files\transcoder + + + Source Files\transcoder + + + Source Files\transcoder + + + Source Files\transcoder + + + Source Files\encoder\cppspmd + + + Source Files\encoder\cppspmd + + + Source Files\encoder\cppspmd + + + Source Files\encoder\cppspmd + + + Source Files\encoder\cppspmd + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder + + + Source Files\encoder\3rdparty + + + Source Files\encoder\3rdparty + + + Source Files\encoder\3rdparty + + + Source Files\encoder\3rdparty + + + + + Source Files\transcoder + + + Source Files\transcoder + + + Source Files\transcoder + + + Source Files\transcoder + + + Source Files\transcoder + + + Source Files\transcoder + + + Source Files\transcoder + + + Source Files\transcoder + + + Source Files\encoder + + + \ No newline at end of file