fix for llcon.pro and qmake compilation
This commit is contained in:
parent
7c3302cabc
commit
ee42d522e2
4 changed files with 11 additions and 11 deletions
|
@ -28,8 +28,8 @@ llcon_SOURCES = ../src/buffer.cpp \
|
||||||
../libs/celt/entenc.c \
|
../libs/celt/entenc.c \
|
||||||
../libs/celt/header.c \
|
../libs/celt/header.c \
|
||||||
../libs/celt/kfft_single.c \
|
../libs/celt/kfft_single.c \
|
||||||
../libs/celt/kiss_fft.c \
|
../libs/celt/_kiss_fft.c \
|
||||||
../libs/celt/kiss_fftr.c \
|
../libs/celt/_kiss_fftr.c \
|
||||||
../libs/celt/laplace.c \
|
../libs/celt/laplace.c \
|
||||||
../libs/celt/mdct.c \
|
../libs/celt/mdct.c \
|
||||||
../libs/celt/modes.c \
|
../libs/celt/modes.c \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="8.00"
|
Version="8,00"
|
||||||
Name="llcon"
|
Name="llcon"
|
||||||
ProjectGUID="{DBBC16FC-BBCA-4E3B-A9F4-0EC5202A8B2E}"
|
ProjectGUID="{DBBC16FC-BBCA-4E3B-A9F4-0EC5202A8B2E}"
|
||||||
RootNamespace="llcon"
|
RootNamespace="llcon"
|
||||||
|
@ -904,6 +904,14 @@
|
||||||
<Filter
|
<Filter
|
||||||
Name="CELT"
|
Name="CELT"
|
||||||
>
|
>
|
||||||
|
<File
|
||||||
|
RelativePath="..\libs\celt\_kiss_fft.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\libs\celt\_kiss_fftr.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\libs\celt\bands.c"
|
RelativePath="..\libs\celt\bands.c"
|
||||||
>
|
>
|
||||||
|
@ -936,14 +944,6 @@
|
||||||
RelativePath="..\libs\celt\kfft_single.c"
|
RelativePath="..\libs\celt\kfft_single.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\libs\celt\kiss_fft.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\libs\celt\kiss_fftr.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\libs\celt\laplace.c"
|
RelativePath="..\libs\celt\laplace.c"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue