diff --git a/README.md b/README.md index 4f199cc6..1222d354 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Put the following files somewhere Windows can find them: - `libatrac9.dll` - `libcelt-0061.dll` - `libcelt-0110.dll` +- `libspeex.dll` For Winamp/XMPlay/command line this means in the directory with the main .exe, or in a system directory, or any other directory in the PATH variable. diff --git a/cli/vgmstream_cli.vcxproj b/cli/vgmstream_cli.vcxproj index 77dbf748..7b8b9e6f 100644 --- a/cli/vgmstream_cli.vcxproj +++ b/cli/vgmstream_cli.vcxproj @@ -1,148 +1,148 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Template - Win32 - - - - {AF7D88A0-3CB1-4CD8-BAD1-0305EB996D69} - test - Win32Proj - - - - - - - - - 8.1 - test - - - - Application - Unicode - true - v141_xp - - - Application - Unicode - v141_xp - - - v141_xp - - - - - - - - - - - - ../dependencies - - - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ..;../ext_libs/Getopt;../ext_includes;$(DependenciesDir)/qaac/mp4v2/include;$(DependenciesDir)/fdk-aac/libSYS/include;$(DependenciesDir)/fdk-aac/libAACdec/include;%(AdditionalIncludeDirectories) - WIN32;VGM_USE_VORBIS;VGM_USE_MPEG;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_ATRAC9;VGM_USE_CELT;HAVE_JSON;_DEBUG;_WINDOWS;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - Level3 - EditAndContinue - - - ../ext_libs/libvorbis.lib;../ext_libs/libmpg123-0.lib;../ext_libs/libg719_decode.lib;../ext_libs/avcodec.lib;../ext_libs/avformat.lib;../ext_libs/avutil.lib;../ext_libs/swresample.lib;../ext_libs/libatrac9.lib;../ext_libs/libcelt-0061.lib;../ext_libs/libcelt-0110.lib;../ext_libs/jansson.lib;%(AdditionalDependencies) - %(AdditionalLibraryDirectories) - Console - true - MachineX86 - - - "$(ProjectDir)..\version.bat" "$(ProjectDir)..\version.h" VERSION - - - Generating version.h - - - - - ..;../ext_libs/Getopt;../ext_includes;$(DependenciesDir)/qaac/mp4v2/include;$(DependenciesDir)/fdk-aac/libSYS/include;$(DependenciesDir)/fdk-aac/libAACdec/include;%(AdditionalIncludeDirectories) - WIN32;VGM_USE_VORBIS;VGM_USE_MPEG;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_ATRAC9;VGM_USE_CELT;HAVE_JSON;NDEBUG;_WINDOWS;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - Level3 - ProgramDatabase - Fast - - - ../ext_libs/libvorbis.lib;../ext_libs/libmpg123-0.lib;../ext_libs/libg719_decode.lib;../ext_libs/avcodec.lib;../ext_libs/avformat.lib;../ext_libs/avutil.lib;../ext_libs/swresample.lib;../ext_libs/libatrac9.lib;../ext_libs/libcelt-0061.lib;../ext_libs/libcelt-0110.lib;../ext_libs/jansson.lib;%(AdditionalDependencies) - %(AdditionalLibraryDirectories) - %(IgnoreSpecificDefaultLibraries) - Console - true - true - true - MachineX86 - - - "$(ProjectDir)..\version.bat" "$(ProjectDir)..\version.h" VERSION - - - Generating version.h - - - - - - - - {308e2ad5-be31-4770-9441-a8d50f56895c} - - - {86a064e2-c81b-4eee-8be0-a39a2e7c7c76} - - - {10e6bfc6-1e5b-46e4-ba42-f04dfbd0abff} - - - {330b53ae-4fae-46da-8785-9016db4e3e23} - - - {54a6ad11-5369-4895-a06f-e255abb99b11} - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + Template + Win32 + + + + {AF7D88A0-3CB1-4CD8-BAD1-0305EB996D69} + test + Win32Proj + + + + + + + + + 8.1 + test + + + + Application + Unicode + true + v141_xp + + + Application + Unicode + v141_xp + + + v141_xp + + + + + + + + + + + + ../dependencies + + + <_ProjectFileVersion>10.0.30319.1 + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + ..;../ext_libs/Getopt;../ext_includes;$(DependenciesDir)/qaac/mp4v2/include;$(DependenciesDir)/fdk-aac/libSYS/include;$(DependenciesDir)/fdk-aac/libAACdec/include;%(AdditionalIncludeDirectories) + WIN32;VGM_USE_VORBIS;VGM_USE_MPEG;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_ATRAC9;VGM_USE_CELT;VGM_USE_SPEEX;HAVE_JSON;_DEBUG;_WINDOWS;_CONSOLE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + + Level3 + EditAndContinue + + + ../ext_libs/libvorbis.lib;../ext_libs/libmpg123-0.lib;../ext_libs/libg719_decode.lib;../ext_libs/avcodec.lib;../ext_libs/avformat.lib;../ext_libs/avutil.lib;../ext_libs/swresample.lib;../ext_libs/libatrac9.lib;../ext_libs/libcelt-0061.lib;../ext_libs/libcelt-0110.lib;../ext_libs/jansson.lib;../ext_libs/libspeex/libspeex.lib;%(AdditionalDependencies) + %(AdditionalLibraryDirectories) + Console + true + MachineX86 + + + "$(ProjectDir)..\version.bat" "$(ProjectDir)..\version.h" VERSION + + + Generating version.h + + + + + ..;../ext_libs/Getopt;../ext_includes;$(DependenciesDir)/qaac/mp4v2/include;$(DependenciesDir)/fdk-aac/libSYS/include;$(DependenciesDir)/fdk-aac/libAACdec/include;%(AdditionalIncludeDirectories) + WIN32;VGM_USE_VORBIS;VGM_USE_MPEG;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_ATRAC9;VGM_USE_CELT;VGM_USE_SPEEX;HAVE_JSON;NDEBUG;_WINDOWS;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + + + Level3 + ProgramDatabase + Fast + + + ../ext_libs/libvorbis.lib;../ext_libs/libmpg123-0.lib;../ext_libs/libg719_decode.lib;../ext_libs/avcodec.lib;../ext_libs/avformat.lib;../ext_libs/avutil.lib;../ext_libs/swresample.lib;../ext_libs/libatrac9.lib;../ext_libs/libcelt-0061.lib;../ext_libs/libcelt-0110.lib;../ext_libs/jansson.lib;../ext_libs/libspeex/libspeex.lib;%(AdditionalDependencies) + %(AdditionalLibraryDirectories) + %(IgnoreSpecificDefaultLibraries) + Console + true + true + true + MachineX86 + + + "$(ProjectDir)..\version.bat" "$(ProjectDir)..\version.h" VERSION + + + Generating version.h + + + + + + + + {308e2ad5-be31-4770-9441-a8d50f56895c} + + + {86a064e2-c81b-4eee-8be0-a39a2e7c7c76} + + + {10e6bfc6-1e5b-46e4-ba42-f04dfbd0abff} + + + {330b53ae-4fae-46da-8785-9016db4e3e23} + + + {54a6ad11-5369-4895-a06f-e255abb99b11} + + + + + \ No newline at end of file diff --git a/ext_libs/ext_libs.vcxproj b/ext_libs/ext_libs.vcxproj index 1a50a69b..2fb350f1 100644 --- a/ext_libs/ext_libs.vcxproj +++ b/ext_libs/ext_libs.vcxproj @@ -1,116 +1,121 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {10E6BFC6-1E5B-46E4-BA42-F04DFBD0ABFF} - - - - - - - - - 8.1 - - - - Utility - v141_xp - - - Utility - v141_xp - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\ - $(Configuration)\ - $(SolutionDir) - $(Configuration)\ - - - - - - Building library stub + + + + + Debug + Win32 + + + Release + Win32 + + + + {10E6BFC6-1E5B-46E4-BA42-F04DFBD0ABFF} + + + + + + + + + 8.1 + + + + Utility + v141_xp + + + Utility + v141_xp + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + $(SolutionDir) + $(Configuration)\ + + + + + + Building library stub lib /def:libmpg123-0.def /machine:x86 - - libmpg123-0.lib;libmpg123-0.exp;%(Outputs) - - - Building library stub + + libmpg123-0.lib;libmpg123-0.exp;%(Outputs) + + + Building library stub lib /def:libvorbis.def /machine:x86 - - libvorbis.lib;libvorbis.exp;%(Outputs) - - - Building library stub + + libvorbis.lib;libvorbis.exp;%(Outputs) + + + Building library stub lib /def:libg719_decode.def /machine:x86 - - libg719_decode.lib;libg719_decode.exp;%(Outputs) - - - Building library stub - lib /def:avcodec-vgmstream-58.def /machine:x86 /out:avcodec.lib - avcodec.lib;avcodec.exp;%(Outputs) - - - Building library stub - lib /def:avformat-vgmstream-58.def /machine:x86 /out:avformat.lib - avformat.lib;avformat.exp;%(Outputs) - - - Building library stub - lib /def:avutil-vgmstream-56.def /machine:x86 /out:avutil.lib - avutil.lib;avutil.exp;%(Outputs) - - - Building library stub - lib /def:swresample-vgmstream-3.def /machine:x86 /out:swresample.lib - swresample.lib;swresample.exp;%(Outputs) - - - Building library stub - lib /def:libatrac9.def /machine:x86 /out:libatrac9.lib - libatrac9.lib;libatrac9.exp;%(Outputs) - - - Building library stub - lib /def:libcelt-0061.def /machine:x86 /out:libcelt-0061.lib - libcelt-0061.lib;libcelt-0061.exp;%(Outputs) - - - Building library stub - lib /def:libcelt-0110.def /machine:x86 /out:libcelt-0110.lib - libcelt-0110.lib;libcelt-0110.exp;%(Outputs) - - - Building library stub - lib /def:jansson.def /machine:x86 /out:jansson.lib - jansson.lib;jansson.exp;%(Outputs) - - - - - + + libg719_decode.lib;libg719_decode.exp;%(Outputs) + + + Building library stub + lib /def:avcodec-vgmstream-58.def /machine:x86 /out:avcodec.lib + avcodec.lib;avcodec.exp;%(Outputs) + + + Building library stub + lib /def:avformat-vgmstream-58.def /machine:x86 /out:avformat.lib + avformat.lib;avformat.exp;%(Outputs) + + + Building library stub + lib /def:avutil-vgmstream-56.def /machine:x86 /out:avutil.lib + avutil.lib;avutil.exp;%(Outputs) + + + Building library stub + lib /def:swresample-vgmstream-3.def /machine:x86 /out:swresample.lib + swresample.lib;swresample.exp;%(Outputs) + + + Building library stub + lib /def:libatrac9.def /machine:x86 /out:libatrac9.lib + libatrac9.lib;libatrac9.exp;%(Outputs) + + + Building library stub + lib /def:libcelt-0061.def /machine:x86 /out:libcelt-0061.lib + libcelt-0061.lib;libcelt-0061.exp;%(Outputs) + + + Building library stub + lib /def:libcelt-0110.def /machine:x86 /out:libcelt-0110.lib + libcelt-0110.lib;libcelt-0110.exp;%(Outputs) + + + Building library stub + lib /def:libspeex/libspeex.def /machine:x86 /out:libspeex/libspeex.lib + libspeex/libspeex.lib;libspeex/libspeex.exp;%(Outputs) + + + Building library stub + lib /def:jansson.def /machine:x86 /out:jansson.lib + jansson.lib;jansson.exp;%(Outputs) + + + + + \ No newline at end of file diff --git a/fb2k/foo_input_vgmstream.vcxproj b/fb2k/foo_input_vgmstream.vcxproj index 3297216e..00fa179f 100644 --- a/fb2k/foo_input_vgmstream.vcxproj +++ b/fb2k/foo_input_vgmstream.vcxproj @@ -1,178 +1,178 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Template - Win32 - - - - {F3739CF2-F422-4A3D-BB0A-53C5D4C5ABA0} - foo_input_vgmstream - Win32Proj - - - - - - - - - 7.0 - - - - DynamicLibrary - Unicode - true - v141_xp - - - DynamicLibrary - Unicode - v141_xp - - - v141_xp - - - - - - - - - - - - ../dependencies - - - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ..;../ext_includes;$(DependenciesDir)/WTL/Include;$(DependenciesDir)/foobar/foobar2000/SDK;$(DependenciesDir)/foobar/foobar2000/shared;$(DependenciesDir)/foobar/foobar2000;$(DependenciesDir)/qaac/mp4v2/include;$(DependenciesDir)/fdk-aac/libSYS/include;$(DependenciesDir)/fdk-aac/libAACdec/include;%(AdditionalIncludeDirectories) - WIN32;VGM_USE_VORBIS;VGM_USE_MPEG;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_ATRAC9;VGM_USE_CELT;_DEBUG;_WINDOWS;_USRDLL;IN_VGMSTREAM_EXPORTS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - Level3 - EditAndContinue - NoExtensions - /d2notypeopt %(AdditionalOptions) - - - $(DependenciesDir)/foobar/foobar2000/shared/shared.lib;../ext_libs/libvorbis.lib;../ext_libs/libmpg123-0.lib;../ext_libs/libg719_decode.lib;../ext_libs/avcodec.lib;../ext_libs/avformat.lib;../ext_libs/avutil.lib;../ext_libs/swresample.lib;../ext_libs/libatrac9.lib;../ext_libs/libcelt-0061.lib;../ext_libs/libcelt-0110.lib;%(AdditionalDependencies) - $(DependenciesDir)/foobar/foobar2000/shared/shared.lib;%(AdditionalLibraryDirectories) - %(DelayLoadDLLs) - true - - - "$(ProjectDir)..\version.bat" "$(ProjectDir)..\version.h" VERSION - - - Generating version.h - - - - - ..;../ext_includes;$(DependenciesDir)/WTL/Include;$(DependenciesDir)/foobar/foobar2000/SDK;$(DependenciesDir)/foobar/foobar2000/shared;$(DependenciesDir)/foobar/foobar2000;$(DependenciesDir)/qaac/mp4v2/include;$(DependenciesDir)/fdk-aac/libSYS/include;$(DependenciesDir)/fdk-aac/libAACdec/include;%(AdditionalIncludeDirectories) - WIN32;VGM_USE_VORBIS;VGM_USE_MPEG;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_ATRAC9;VGM_USE_CELT;NDEBUG;_WINDOWS;_USRDLL;IN_VGMSTREAM_EXPORTS;%(PreprocessorDefinitions) - MultiThreaded - - - Level3 - ProgramDatabase - Fast - NoExtensions - /d2notypeopt - - - $(DependenciesDir)/foobar/foobar2000/shared/shared.lib;../ext_libs/libvorbis.lib;../ext_libs/libmpg123-0.lib;../ext_libs/libg719_decode.lib;../ext_libs/avcodec.lib;../ext_libs/avformat.lib;../ext_libs/avutil.lib;../ext_libs/swresample.lib;../ext_libs/libatrac9.lib;../ext_libs/libcelt-0061.lib;../ext_libs/libcelt-0110.lib;%(AdditionalDependencies) - $(DependenciesDir)/foobar/foobar2000/shared/shared.lib;%(AdditionalLibraryDirectories) - %(IgnoreSpecificDefaultLibraries) - %(DelayLoadDLLs) - true - true - true - Windows - - - "$(ProjectDir)..\version.bat" "$(ProjectDir)..\version.h" VERSION - - - Generating version.h - - - - - - - - - - - - - - - - - - - {308e2ad5-be31-4770-9441-a8d50f56895c} - - - {622e8b19-8109-4717-bd4d-9657aa78363e} - - - {71ad2674-065b-48f5-b8b0-e1f9d3892081} - - - {ee47764e-a202-4f85-a767-abdab4aff35f} - - - {e8091321-d79d-4575-86ef-064ea1a4a20d} - - - {ebfffb4e-261d-44d3-b89c-957b31a0bf9c} - - - {86a064e2-c81b-4eee-8be0-a39a2e7c7c76} - - - {10e6bfc6-1e5b-46e4-ba42-f04dfbd0abff} - - - {54a6ad11-5369-4895-a06f-e255abb99b11} - - - - - - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + Template + Win32 + + + + {F3739CF2-F422-4A3D-BB0A-53C5D4C5ABA0} + foo_input_vgmstream + Win32Proj + + + + + + + + + 7.0 + + + + DynamicLibrary + Unicode + true + v141_xp + + + DynamicLibrary + Unicode + v141_xp + + + v141_xp + + + + + + + + + + + + ../dependencies + + + <_ProjectFileVersion>10.0.30319.1 + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + ..;../ext_includes;$(DependenciesDir)/WTL/Include;$(DependenciesDir)/foobar/foobar2000/SDK;$(DependenciesDir)/foobar/foobar2000/shared;$(DependenciesDir)/foobar/foobar2000;$(DependenciesDir)/qaac/mp4v2/include;$(DependenciesDir)/fdk-aac/libSYS/include;$(DependenciesDir)/fdk-aac/libAACdec/include;%(AdditionalIncludeDirectories) + WIN32;VGM_USE_VORBIS;VGM_USE_MPEG;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_ATRAC9;VGM_USE_CELT;VGM_USE_SPEEX;_DEBUG;_WINDOWS;_USRDLL;IN_VGMSTREAM_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + + Level3 + EditAndContinue + NoExtensions + /d2notypeopt %(AdditionalOptions) + + + $(DependenciesDir)/foobar/foobar2000/shared/shared.lib;../ext_libs/libvorbis.lib;../ext_libs/libmpg123-0.lib;../ext_libs/libg719_decode.lib;../ext_libs/avcodec.lib;../ext_libs/avformat.lib;../ext_libs/avutil.lib;../ext_libs/swresample.lib;../ext_libs/libatrac9.lib;../ext_libs/libcelt-0061.lib;../ext_libs/libcelt-0110.lib;../ext_libs/libspeex/libspeex.lib;%(AdditionalDependencies) + $(DependenciesDir)/foobar/foobar2000/shared/shared.lib;%(AdditionalLibraryDirectories) + %(DelayLoadDLLs) + true + + + "$(ProjectDir)..\version.bat" "$(ProjectDir)..\version.h" VERSION + + + Generating version.h + + + + + ..;../ext_includes;$(DependenciesDir)/WTL/Include;$(DependenciesDir)/foobar/foobar2000/SDK;$(DependenciesDir)/foobar/foobar2000/shared;$(DependenciesDir)/foobar/foobar2000;$(DependenciesDir)/qaac/mp4v2/include;$(DependenciesDir)/fdk-aac/libSYS/include;$(DependenciesDir)/fdk-aac/libAACdec/include;%(AdditionalIncludeDirectories) + WIN32;VGM_USE_VORBIS;VGM_USE_MPEG;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_ATRAC9;VGM_USE_CELT;VGM_USE_SPEEX;NDEBUG;_WINDOWS;_USRDLL;IN_VGMSTREAM_EXPORTS;%(PreprocessorDefinitions) + MultiThreaded + + + Level3 + ProgramDatabase + Fast + NoExtensions + /d2notypeopt + + + $(DependenciesDir)/foobar/foobar2000/shared/shared.lib;../ext_libs/libvorbis.lib;../ext_libs/libmpg123-0.lib;../ext_libs/libg719_decode.lib;../ext_libs/avcodec.lib;../ext_libs/avformat.lib;../ext_libs/avutil.lib;../ext_libs/swresample.lib;../ext_libs/libatrac9.lib;../ext_libs/libcelt-0061.lib;../ext_libs/libcelt-0110.lib;../ext_libs/libspeex/libspeex.lib;%(AdditionalDependencies) + $(DependenciesDir)/foobar/foobar2000/shared/shared.lib;%(AdditionalLibraryDirectories) + %(IgnoreSpecificDefaultLibraries) + %(DelayLoadDLLs) + true + true + true + Windows + + + "$(ProjectDir)..\version.bat" "$(ProjectDir)..\version.h" VERSION + + + Generating version.h + + + + + + + + + + + + + + + + + + + {308e2ad5-be31-4770-9441-a8d50f56895c} + + + {622e8b19-8109-4717-bd4d-9657aa78363e} + + + {71ad2674-065b-48f5-b8b0-e1f9d3892081} + + + {ee47764e-a202-4f85-a767-abdab4aff35f} + + + {e8091321-d79d-4575-86ef-064ea1a4a20d} + + + {ebfffb4e-261d-44d3-b89c-957b31a0bf9c} + + + {86a064e2-c81b-4eee-8be0-a39a2e7c7c76} + + + {10e6bfc6-1e5b-46e4-ba42-f04dfbd0abff} + + + {54a6ad11-5369-4895-a06f-e255abb99b11} + + + + + + + + + + \ No newline at end of file diff --git a/src/libvgmstream.vcxproj b/src/libvgmstream.vcxproj index ab895adc..99739c9c 100644 --- a/src/libvgmstream.vcxproj +++ b/src/libvgmstream.vcxproj @@ -59,7 +59,7 @@ Disabled ../ext_includes;$(DependenciesDir)/qaac/mp4v2/include;$(DependenciesDir)/fdk-aac/libSYS/include;$(DependenciesDir)/fdk-aac/libAACdec/include;%(AdditionalIncludeDirectories) - WIN32;VGM_USE_VORBIS;VGM_USE_MPEG;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_G719;VGM_USE_ATRAC9;VGM_USE_CELT;USE_ALLOCA;_DEBUG;_LIB;%(PreprocessorDefinitions) + WIN32;VGM_USE_VORBIS;VGM_USE_MPEG;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_G719;VGM_USE_ATRAC9;VGM_USE_CELT;VGM_USE_SPEEX;USE_ALLOCA;_DEBUG;_LIB;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebug @@ -72,7 +72,7 @@ ../ext_includes;$(DependenciesDir)/qaac/mp4v2/include;$(DependenciesDir)/fdk-aac/libSYS/include;$(DependenciesDir)/fdk-aac/libAACdec/include;%(AdditionalIncludeDirectories) - _WIN32_WINNT=0x501;WIN32;VGM_USE_VORBIS;VGM_USE_MPEG;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_G719;VGM_USE_ATRAC9;VGM_USE_CELT;USE_ALLOCA;NDEBUG;_LIB;%(PreprocessorDefinitions) + _WIN32_WINNT=0x501;WIN32;VGM_USE_VORBIS;VGM_USE_MPEG;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_G719;VGM_USE_ATRAC9;VGM_USE_CELT;VGM_USE_SPEEX;USE_ALLOCA;NDEBUG;_LIB;%(PreprocessorDefinitions) MultiThreaded diff --git a/winamp/in_vgmstream.vcxproj b/winamp/in_vgmstream.vcxproj index 9104a23b..0589dd0e 100644 --- a/winamp/in_vgmstream.vcxproj +++ b/winamp/in_vgmstream.vcxproj @@ -1,154 +1,154 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Template - Win32 - - - - {42D86561-8CE4-40F5-86CE-58C986B77502} - in_vgmstream - Win32Proj - - - - - - - - - 7.0 - - - - DynamicLibrary - MultiByte - true - v141_xp - - - DynamicLibrary - Unicode - v141_xp - - - v141_xp - - - - - - - - - - - - ../dependencies - - - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ..;../ext_includes;$(DependenciesDir)/qaac/mp4v2/include;$(DependenciesDir)/fdk-aac/libSYS/include;$(DependenciesDir)/fdk-aac/libAACdec/include;%(AdditionalIncludeDirectories) - WIN32;VGM_USE_VORBIS;VGM_USE_MPEG;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_ATRAC9;VGM_USE_CELT;_DEBUG;_WINDOWS;_USRDLL;IN_VGMSTREAM_EXPORTS;VGM_WINAMP_UNICODE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - - - Level3 - EditAndContinue - - - ../ext_libs/libvorbis.lib;../ext_libs/libmpg123-0.lib;../ext_libs/libg719_decode.lib;../ext_libs/avcodec.lib;../ext_libs/avformat.lib;../ext_libs/avutil.lib;../ext_libs/swresample.lib;../ext_libs/libatrac9.lib;../ext_libs/libcelt-0061.lib;../ext_libs/libcelt-0110.lib;%(AdditionalDependencies) - %(AdditionalLibraryDirectories) - true - Windows - false - - MachineX86 - - - "$(ProjectDir)..\version.bat" "$(ProjectDir)..\version.h" VERSION - - - Generating version.h - - - - - ..;../ext_includes;$(DependenciesDir)/qaac/mp4v2/include;$(DependenciesDir)/fdk-aac/libSYS/include;$(DependenciesDir)/fdk-aac/libAACdec/include;%(AdditionalIncludeDirectories) - WIN32;VGM_USE_VORBIS;VGM_USE_MPEG;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_ATRAC9;VGM_USE_CELT;NDEBUG;_WINDOWS;_USRDLL;IN_VGMSTREAM_EXPORTS;VGM_WINAMP_UNICODE;%(PreprocessorDefinitions) - MultiThreaded - - - Level3 - ProgramDatabase - Fast - - - ../ext_libs/libvorbis.lib;../ext_libs/libmpg123-0.lib;../ext_libs/libg719_decode.lib;../ext_libs/avcodec.lib;../ext_libs/avformat.lib;../ext_libs/avutil.lib;../ext_libs/swresample.lib;../ext_libs/libatrac9.lib;../ext_libs/libcelt-0061.lib;../ext_libs/libcelt-0110.lib;%(AdditionalDependencies) - %(AdditionalLibraryDirectories) - %(IgnoreSpecificDefaultLibraries) - true - true - true - false - - Windows - MachineX86 - - - "$(ProjectDir)..\version.bat" "$(ProjectDir)..\version.h" VERSION - - - Generating version.h - - - - - - - - - - - - - - {308e2ad5-be31-4770-9441-a8d50f56895c} - - - {86a064e2-c81b-4eee-8be0-a39a2e7c7c76} - - - {10e6bfc6-1e5b-46e4-ba42-f04dfbd0abff} - - - {54a6ad11-5369-4895-a06f-e255abb99b11} - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + Template + Win32 + + + + {42D86561-8CE4-40F5-86CE-58C986B77502} + in_vgmstream + Win32Proj + + + + + + + + + 7.0 + + + + DynamicLibrary + MultiByte + true + v141_xp + + + DynamicLibrary + Unicode + v141_xp + + + v141_xp + + + + + + + + + + + + ../dependencies + + + <_ProjectFileVersion>10.0.30319.1 + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + ..;../ext_includes;$(DependenciesDir)/qaac/mp4v2/include;$(DependenciesDir)/fdk-aac/libSYS/include;$(DependenciesDir)/fdk-aac/libAACdec/include;%(AdditionalIncludeDirectories) + WIN32;VGM_USE_VORBIS;VGM_USE_MPEG;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_ATRAC9;VGM_USE_CELT;VGM_USE_SPEEX;_DEBUG;_WINDOWS;_USRDLL;IN_VGMSTREAM_EXPORTS;VGM_WINAMP_UNICODE;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + + Level3 + EditAndContinue + + + ../ext_libs/libvorbis.lib;../ext_libs/libmpg123-0.lib;../ext_libs/libg719_decode.lib;../ext_libs/avcodec.lib;../ext_libs/avformat.lib;../ext_libs/avutil.lib;../ext_libs/swresample.lib;../ext_libs/libatrac9.lib;../ext_libs/libcelt-0061.lib;../ext_libs/libcelt-0110.lib;../ext_libs/libspeex/libspeex.lib;%(AdditionalDependencies) + %(AdditionalLibraryDirectories) + true + Windows + false + + MachineX86 + + + "$(ProjectDir)..\version.bat" "$(ProjectDir)..\version.h" VERSION + + + Generating version.h + + + + + ..;../ext_includes;$(DependenciesDir)/qaac/mp4v2/include;$(DependenciesDir)/fdk-aac/libSYS/include;$(DependenciesDir)/fdk-aac/libAACdec/include;%(AdditionalIncludeDirectories) + WIN32;VGM_USE_VORBIS;VGM_USE_MPEG;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_ATRAC9;VGM_USE_CELT;VGM_USE_SPEEX;NDEBUG;_WINDOWS;_USRDLL;IN_VGMSTREAM_EXPORTS;VGM_WINAMP_UNICODE;%(PreprocessorDefinitions) + MultiThreaded + + + Level3 + ProgramDatabase + Fast + + + ../ext_libs/libvorbis.lib;../ext_libs/libmpg123-0.lib;../ext_libs/libg719_decode.lib;../ext_libs/avcodec.lib;../ext_libs/avformat.lib;../ext_libs/avutil.lib;../ext_libs/swresample.lib;../ext_libs/libatrac9.lib;../ext_libs/libcelt-0061.lib;../ext_libs/libcelt-0110.lib;../ext_libs/libspeex/libspeex.lib;%(AdditionalDependencies) + %(AdditionalLibraryDirectories) + %(IgnoreSpecificDefaultLibraries) + true + true + true + false + + Windows + MachineX86 + + + "$(ProjectDir)..\version.bat" "$(ProjectDir)..\version.h" VERSION + + + Generating version.h + + + + + + + + + + + + + + {308e2ad5-be31-4770-9441-a8d50f56895c} + + + {86a064e2-c81b-4eee-8be0-a39a2e7c7c76} + + + {10e6bfc6-1e5b-46e4-ba42-f04dfbd0abff} + + + {54a6ad11-5369-4895-a06f-e255abb99b11} + + + + + \ No newline at end of file diff --git a/xmplay/xmp-vgmstream.vcxproj b/xmplay/xmp-vgmstream.vcxproj index 37bf8745..19d1dc99 100644 --- a/xmplay/xmp-vgmstream.vcxproj +++ b/xmplay/xmp-vgmstream.vcxproj @@ -1,143 +1,143 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Template - Win32 - - - - {49AF76F7-CBA0-4486-9DDF-51F30DF45F33} - xmp-vgmstream - 8.1 - - - - DynamicLibrary - MultiByte - true - v141_xp - - - DynamicLibrary - MultiByte - v141_xp - - - v141_xp - - - - - - - - - - - - ../dependencies - - - <_ProjectFileVersion>10.0.30319.1 - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ..;../ext_includes;$(DependenciesDir)/qaac/mp4v2/include;$(DependenciesDir)/fdk-aac/libSYS/include;$(DependenciesDir)/fdk-aac/libAACdec/include;%(AdditionalIncludeDirectories) - WIN32;VGM_USE_VORBIS;VGM_USE_MPEG;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_ATRAC9;VGM_USE_CELT;_DEBUG;_WINDOWS;_USRDLL;IN_VGMSTREAM_EXPORTS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - Level3 - EditAndContinue - - - ../ext_libs/libvorbis.lib;../ext_libs/libmpg123-0.lib;../ext_libs/libg719_decode.lib;../ext_libs/avcodec.lib;../ext_libs/avformat.lib;../ext_libs/avutil.lib;../ext_libs/swresample.lib;../ext_libs/libatrac9.lib;../ext_libs/libcelt-0061.lib;../ext_libs/libcelt-0110.lib;%(AdditionalDependencies) - %(AdditionalLibraryDirectories) - true - MachineX86 - Windows - xmpin.def - - - "$(ProjectDir)..\version.bat" "$(ProjectDir)..\version.h" VERSION - - - Generating version.h - - - - - ..;../ext_includes;$(DependenciesDir)/qaac/mp4v2/include;$(DependenciesDir)/fdk-aac/libSYS/include;$(DependenciesDir)/fdk-aac/libAACdec/include;%(AdditionalIncludeDirectories) - _WIN32_WINNT=0x501;WIN32;VGM_USE_VORBIS;VGM_USE_MPEG;VGM_USE_FFMPEG;VGM_USE_G7221;NDEBUG;_WINDOWS;_USRDLL;IN_VGMSTREAM_EXPORTS;%(PreprocessorDefinitions) - MultiThreaded - Level3 - ProgramDatabase - Fast - MaxSpeed - true - true - - - ../ext_libs/libvorbis.lib;../ext_libs/libmpg123-0.lib;../ext_libs/libg719_decode.lib;../ext_libs/avcodec.lib;../ext_libs/avformat.lib;../ext_libs/avutil.lib;../ext_libs/swresample.lib;../ext_libs/libatrac9.lib;../ext_libs/libcelt-0061.lib;../ext_libs/libcelt-0110.lib;%(AdditionalDependencies) - %(AdditionalLibraryDirectories) - %(IgnoreSpecificDefaultLibraries) - true - true - true - MachineX86 - Windows - xmpin.def - - - "$(ProjectDir)..\version.bat" "$(ProjectDir)..\version.h" VERSION - - - Generating version.h - - - - - - - - - - - - - - - {308e2ad5-be31-4770-9441-a8d50f56895c} - - - {86a064e2-c81b-4eee-8be0-a39a2e7c7c76} - - - {10e6bfc6-1e5b-46e4-ba42-f04dfbd0abff} - - - {54a6ad11-5369-4895-a06f-e255abb99b11} - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + Template + Win32 + + + + {49AF76F7-CBA0-4486-9DDF-51F30DF45F33} + xmp-vgmstream + 8.1 + + + + DynamicLibrary + MultiByte + true + v141_xp + + + DynamicLibrary + MultiByte + v141_xp + + + v141_xp + + + + + + + + + + + + ../dependencies + + + <_ProjectFileVersion>10.0.30319.1 + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + ..;../ext_includes;$(DependenciesDir)/qaac/mp4v2/include;$(DependenciesDir)/fdk-aac/libSYS/include;$(DependenciesDir)/fdk-aac/libAACdec/include;%(AdditionalIncludeDirectories) + WIN32;VGM_USE_VORBIS;VGM_USE_MPEG;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_ATRAC9;VGM_USE_CELT;VGM_USE_SPEEX;_DEBUG;_WINDOWS;_USRDLL;IN_VGMSTREAM_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + Level3 + EditAndContinue + + + ../ext_libs/libvorbis.lib;../ext_libs/libmpg123-0.lib;../ext_libs/libg719_decode.lib;../ext_libs/avcodec.lib;../ext_libs/avformat.lib;../ext_libs/avutil.lib;../ext_libs/swresample.lib;../ext_libs/libatrac9.lib;../ext_libs/libcelt-0061.lib;../ext_libs/libcelt-0110.lib;../ext_libs/libspeex/libspeex.lib;%(AdditionalDependencies) + %(AdditionalLibraryDirectories) + true + MachineX86 + Windows + xmpin.def + + + "$(ProjectDir)..\version.bat" "$(ProjectDir)..\version.h" VERSION + + + Generating version.h + + + + + ..;../ext_includes;$(DependenciesDir)/qaac/mp4v2/include;$(DependenciesDir)/fdk-aac/libSYS/include;$(DependenciesDir)/fdk-aac/libAACdec/include;%(AdditionalIncludeDirectories) + _WIN32_WINNT=0x501;WIN32;VGM_USE_VORBIS;VGM_USE_MPEG;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_ATRAC9;VGM_USE_CELT;VGM_USE_SPEEX;NDEBUG;_WINDOWS;_USRDLL;IN_VGMSTREAM_EXPORTS;%(PreprocessorDefinitions) + MultiThreaded + Level3 + ProgramDatabase + Fast + MaxSpeed + true + true + + + ../ext_libs/libvorbis.lib;../ext_libs/libmpg123-0.lib;../ext_libs/libg719_decode.lib;../ext_libs/avcodec.lib;../ext_libs/avformat.lib;../ext_libs/avutil.lib;../ext_libs/swresample.lib;../ext_libs/libatrac9.lib;../ext_libs/libcelt-0061.lib;../ext_libs/libcelt-0110.lib;../ext_libs/libspeex/libspeex.lib;%(AdditionalDependencies) + %(AdditionalLibraryDirectories) + %(IgnoreSpecificDefaultLibraries) + true + true + true + MachineX86 + Windows + xmpin.def + + + "$(ProjectDir)..\version.bat" "$(ProjectDir)..\version.h" VERSION + + + Generating version.h + + + + + + + + + + + + + + + {308e2ad5-be31-4770-9441-a8d50f56895c} + + + {86a064e2-c81b-4eee-8be0-a39a2e7c7c76} + + + {10e6bfc6-1e5b-46e4-ba42-f04dfbd0abff} + + + {54a6ad11-5369-4895-a06f-e255abb99b11} + + + + + \ No newline at end of file