Skip to content

Commit fc485c5

Browse files
undalitmatth
authored andcommitted
update source path in visual studio build.
1 parent 85e8ad5 commit fc485c5

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

win32/VS2008/libspeexdsp/libspeexdsp.vcproj

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -320,47 +320,47 @@
320320
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
321321
>
322322
<File
323-
RelativePath="..\..\..\libspeex\buffer.c"
323+
RelativePath="..\..\..\libspeexdsp\buffer.c"
324324
>
325325
</File>
326326
<File
327-
RelativePath="..\..\..\libspeex\fftwrap.c"
327+
RelativePath="..\..\..\libspeexdsp\fftwrap.c"
328328
>
329329
</File>
330330
<File
331-
RelativePath="..\..\..\libspeex\filterbank.c"
331+
RelativePath="..\..\..\libspeexdsp\filterbank.c"
332332
>
333333
</File>
334334
<File
335-
RelativePath="..\..\..\libspeex\jitter.c"
335+
RelativePath="..\..\..\libspeexdsp\jitter.c"
336336
>
337337
</File>
338338
<File
339-
RelativePath="..\..\..\libspeex\kiss_fft.c"
339+
RelativePath="..\..\..\libspeexdsp\kiss_fft.c"
340340
>
341341
</File>
342342
<File
343-
RelativePath="..\..\..\libspeex\kiss_fftr.c"
343+
RelativePath="..\..\..\libspeexdsp\kiss_fftr.c"
344344
>
345345
</File>
346346
<File
347-
RelativePath="..\..\..\libspeex\mdf.c"
347+
RelativePath="..\..\..\libspeexdsp\mdf.c"
348348
>
349349
</File>
350350
<File
351-
RelativePath="..\..\..\libspeex\preprocess.c"
351+
RelativePath="..\..\..\libspeexdsp\preprocess.c"
352352
>
353353
</File>
354354
<File
355-
RelativePath="..\..\..\libspeex\resample.c"
355+
RelativePath="..\..\..\libspeexdsp\resample.c"
356356
>
357357
</File>
358358
<File
359-
RelativePath="..\..\..\libspeex\scal.c"
359+
RelativePath="..\..\..\libspeexdsp\scal.c"
360360
>
361361
</File>
362362
<File
363-
RelativePath="..\..\..\libspeex\smallft.c"
363+
RelativePath="..\..\..\libspeexdsp\smallft.c"
364364
>
365365
</File>
366366
</Filter>
@@ -370,51 +370,51 @@
370370
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
371371
>
372372
<File
373-
RelativePath="..\..\..\libspeex\_kiss_fft_guts.h"
373+
RelativePath="..\..\..\libspeexdsp\_kiss_fft_guts.h"
374374
>
375375
</File>
376376
<File
377-
RelativePath="..\..\..\libspeex\arch.h"
377+
RelativePath="..\..\..\libspeexdsp\arch.h"
378378
>
379379
</File>
380380
<File
381-
RelativePath="..\..\..\libspeex\fftwrap.h"
381+
RelativePath="..\..\..\libspeexdsp\fftwrap.h"
382382
>
383383
</File>
384384
<File
385-
RelativePath="..\..\..\libspeex\filterbank.h"
385+
RelativePath="..\..\..\libspeexdsp\filterbank.h"
386386
>
387387
</File>
388388
<File
389-
RelativePath="..\..\..\libspeex\fixed_debug.h"
389+
RelativePath="..\..\..\libspeexdsp\fixed_debug.h"
390390
>
391391
</File>
392392
<File
393-
RelativePath="..\..\..\libspeex\fixed_generic.h"
393+
RelativePath="..\..\..\libspeexdsp\fixed_generic.h"
394394
>
395395
</File>
396396
<File
397-
RelativePath="..\..\..\libspeex\kiss_fft.h"
397+
RelativePath="..\..\..\libspeexdsp\kiss_fft.h"
398398
>
399399
</File>
400400
<File
401-
RelativePath="..\..\..\libspeex\kiss_fftr.h"
401+
RelativePath="..\..\..\libspeexdsp\kiss_fftr.h"
402402
>
403403
</File>
404404
<File
405-
RelativePath="..\..\..\libspeex\math_approx.h"
405+
RelativePath="..\..\..\libspeexdsp\math_approx.h"
406406
>
407407
</File>
408408
<File
409-
RelativePath="..\..\..\libspeex\os_support.h"
409+
RelativePath="..\..\..\libspeexdsp\os_support.h"
410410
>
411411
</File>
412412
<File
413-
RelativePath="..\..\..\libspeex\pseudofloat.h"
413+
RelativePath="..\..\..\libspeexdsp\pseudofloat.h"
414414
>
415415
</File>
416416
<File
417-
RelativePath="..\..\..\libspeex\smallft.h"
417+
RelativePath="..\..\..\libspeexdsp\smallft.h"
418418
>
419419
</File>
420420
</Filter>

win32/VS2008/tests/testdenoise.vcproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
284284
>
285285
<File
286-
RelativePath="..\..\..\libspeex\testdenoise.c"
286+
RelativePath="..\..\..\libspeexdsp\testdenoise.c"
287287
>
288288
</File>
289289
</Filter>

win32/VS2008/tests/testecho.vcproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
284284
>
285285
<File
286-
RelativePath="..\..\..\libspeex\testecho.c"
286+
RelativePath="..\..\..\libspeexdsp\testecho.c"
287287
>
288288
</File>
289289
</Filter>

win32/VS2008/tests/testresample.vcproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
284284
>
285285
<File
286-
RelativePath="..\..\..\libspeex\testresample.c"
286+
RelativePath="..\..\..\libspeexdsp\testresample.c"
287287
>
288288
</File>
289289
</Filter>

0 commit comments

Comments
 (0)