From 8424e2471f7b1773c6c0422f9efaa1d5014c4630 Mon Sep 17 00:00:00 2001 From: Dimitri Diakopoulos Date: Mon, 18 May 2015 13:42:24 -0700 Subject: [PATCH] added missing header and configure sln for static lib --- include/libnyquist/AudioDecoder.h | 1 + libnyquist.vcxproj/libnyquist.vcxproj | 7 +-- libnyquist.vcxproj/libnyquist.vcxproj.filters | 45 +++++++++++-------- 3 files changed, 32 insertions(+), 21 deletions(-) diff --git a/include/libnyquist/AudioDecoder.h b/include/libnyquist/AudioDecoder.h index f3e2000..a9cdd7f 100644 --- a/include/libnyquist/AudioDecoder.h +++ b/include/libnyquist/AudioDecoder.h @@ -29,6 +29,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "Common.h" #include #include +#include namespace nqr { diff --git a/libnyquist.vcxproj/libnyquist.vcxproj b/libnyquist.vcxproj/libnyquist.vcxproj index c96ab9d..026656b 100644 --- a/libnyquist.vcxproj/libnyquist.vcxproj +++ b/libnyquist.vcxproj/libnyquist.vcxproj @@ -15,7 +15,6 @@ - @@ -25,6 +24,7 @@ + @@ -53,6 +53,7 @@ + {0EEC3739-F60A-4B90-8B75-9E1AFF28106A} @@ -60,13 +61,13 @@ - Application + StaticLibrary true v120 MultiByte - Application + StaticLibrary false v120 true diff --git a/libnyquist.vcxproj/libnyquist.vcxproj.filters b/libnyquist.vcxproj/libnyquist.vcxproj.filters index be261c4..55cb7dc 100644 --- a/libnyquist.vcxproj/libnyquist.vcxproj.filters +++ b/libnyquist.vcxproj/libnyquist.vcxproj.filters @@ -61,25 +61,25 @@ third_party\wavpack - - src - - - src - src - - src - third_party\celt third_party\celt + + src\deps + + src\deps + + + src\deps + + src @@ -99,21 +99,12 @@ include - - include - - - include - include include - - include - include @@ -123,6 +114,18 @@ include + + include\util + + + include\util + + + include\util + + + include + @@ -143,5 +146,11 @@ {d38860a7-b4e5-4a1e-99a5-c4eac7e1c013} + + {f27e7823-c56c-4e03-af63-2ef0b1e83cbd} + + + {d839471f-71d1-471e-95e0-c33af9bb64bc} + \ No newline at end of file