Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorundali <tuhinbc2@gmail.com>2018-01-22 13:22:46 +0300
committerTristan Matthews <tmatth@videolan.org>2018-01-22 20:23:43 +0300
commitfc485c564c1172b1f78d113239f1d93ad8321316 (patch)
tree00ed05ba0adc90518e612694e9d3a60eca1aadd8
parent85e8ad5432eb9333f727e7b18c97995317eabf02 (diff)
update source path in visual studio build.
-rwxr-xr-xwin32/VS2008/libspeexdsp/libspeexdsp.vcproj46
-rw-r--r--win32/VS2008/tests/testdenoise.vcproj2
-rw-r--r--win32/VS2008/tests/testecho.vcproj2
-rw-r--r--win32/VS2008/tests/testresample.vcproj2
4 files changed, 26 insertions, 26 deletions
diff --git a/win32/VS2008/libspeexdsp/libspeexdsp.vcproj b/win32/VS2008/libspeexdsp/libspeexdsp.vcproj
index 5904b94..3f7f325 100755
--- a/win32/VS2008/libspeexdsp/libspeexdsp.vcproj
+++ b/win32/VS2008/libspeexdsp/libspeexdsp.vcproj
@@ -320,47 +320,47 @@
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
- RelativePath="..\..\..\libspeex\buffer.c"
+ RelativePath="..\..\..\libspeexdsp\buffer.c"
>
</File>
<File
- RelativePath="..\..\..\libspeex\fftwrap.c"
+ RelativePath="..\..\..\libspeexdsp\fftwrap.c"
>
</File>
<File
- RelativePath="..\..\..\libspeex\filterbank.c"
+ RelativePath="..\..\..\libspeexdsp\filterbank.c"
>
</File>
<File
- RelativePath="..\..\..\libspeex\jitter.c"
+ RelativePath="..\..\..\libspeexdsp\jitter.c"
>
</File>
<File
- RelativePath="..\..\..\libspeex\kiss_fft.c"
+ RelativePath="..\..\..\libspeexdsp\kiss_fft.c"
>
</File>
<File
- RelativePath="..\..\..\libspeex\kiss_fftr.c"
+ RelativePath="..\..\..\libspeexdsp\kiss_fftr.c"
>
</File>
<File
- RelativePath="..\..\..\libspeex\mdf.c"
+ RelativePath="..\..\..\libspeexdsp\mdf.c"
>
</File>
<File
- RelativePath="..\..\..\libspeex\preprocess.c"
+ RelativePath="..\..\..\libspeexdsp\preprocess.c"
>
</File>
<File
- RelativePath="..\..\..\libspeex\resample.c"
+ RelativePath="..\..\..\libspeexdsp\resample.c"
>
</File>
<File
- RelativePath="..\..\..\libspeex\scal.c"
+ RelativePath="..\..\..\libspeexdsp\scal.c"
>
</File>
<File
- RelativePath="..\..\..\libspeex\smallft.c"
+ RelativePath="..\..\..\libspeexdsp\smallft.c"
>
</File>
</Filter>
@@ -370,51 +370,51 @@
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
- RelativePath="..\..\..\libspeex\_kiss_fft_guts.h"
+ RelativePath="..\..\..\libspeexdsp\_kiss_fft_guts.h"
>
</File>
<File
- RelativePath="..\..\..\libspeex\arch.h"
+ RelativePath="..\..\..\libspeexdsp\arch.h"
>
</File>
<File
- RelativePath="..\..\..\libspeex\fftwrap.h"
+ RelativePath="..\..\..\libspeexdsp\fftwrap.h"
>
</File>
<File
- RelativePath="..\..\..\libspeex\filterbank.h"
+ RelativePath="..\..\..\libspeexdsp\filterbank.h"
>
</File>
<File
- RelativePath="..\..\..\libspeex\fixed_debug.h"
+ RelativePath="..\..\..\libspeexdsp\fixed_debug.h"
>
</File>
<File
- RelativePath="..\..\..\libspeex\fixed_generic.h"
+ RelativePath="..\..\..\libspeexdsp\fixed_generic.h"
>
</File>
<File
- RelativePath="..\..\..\libspeex\kiss_fft.h"
+ RelativePath="..\..\..\libspeexdsp\kiss_fft.h"
>
</File>
<File
- RelativePath="..\..\..\libspeex\kiss_fftr.h"
+ RelativePath="..\..\..\libspeexdsp\kiss_fftr.h"
>
</File>
<File
- RelativePath="..\..\..\libspeex\math_approx.h"
+ RelativePath="..\..\..\libspeexdsp\math_approx.h"
>
</File>
<File
- RelativePath="..\..\..\libspeex\os_support.h"
+ RelativePath="..\..\..\libspeexdsp\os_support.h"
>
</File>
<File
- RelativePath="..\..\..\libspeex\pseudofloat.h"
+ RelativePath="..\..\..\libspeexdsp\pseudofloat.h"
>
</File>
<File
- RelativePath="..\..\..\libspeex\smallft.h"
+ RelativePath="..\..\..\libspeexdsp\smallft.h"
>
</File>
</Filter>
diff --git a/win32/VS2008/tests/testdenoise.vcproj b/win32/VS2008/tests/testdenoise.vcproj
index 1c0f8c1..bf345d4 100644
--- a/win32/VS2008/tests/testdenoise.vcproj
+++ b/win32/VS2008/tests/testdenoise.vcproj
@@ -283,7 +283,7 @@
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
- RelativePath="..\..\..\libspeex\testdenoise.c"
+ RelativePath="..\..\..\libspeexdsp\testdenoise.c"
>
</File>
</Filter>
diff --git a/win32/VS2008/tests/testecho.vcproj b/win32/VS2008/tests/testecho.vcproj
index c2c4126..149886b 100644
--- a/win32/VS2008/tests/testecho.vcproj
+++ b/win32/VS2008/tests/testecho.vcproj
@@ -283,7 +283,7 @@
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
- RelativePath="..\..\..\libspeex\testecho.c"
+ RelativePath="..\..\..\libspeexdsp\testecho.c"
>
</File>
</Filter>
diff --git a/win32/VS2008/tests/testresample.vcproj b/win32/VS2008/tests/testresample.vcproj
index 45565ed..6476915 100644
--- a/win32/VS2008/tests/testresample.vcproj
+++ b/win32/VS2008/tests/testresample.vcproj
@@ -283,7 +283,7 @@
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
- RelativePath="..\..\..\libspeex\testresample.c"
+ RelativePath="..\..\..\libspeexdsp\testresample.c"
>
</File>
</Filter>