mirror of https://github.com/odrling/Aegisub
Remove support for externally-built FFTW3
This commit is contained in:
parent
6b52c4f4aa
commit
aaccf94269
|
@ -131,12 +131,7 @@
|
||||||
<ItemDefinitionGroup Condition="'$(AegisubUseFftw)'=='true'">
|
<ItemDefinitionGroup Condition="'$(AegisubUseFftw)'=='true'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<PreprocessorDefinitions>WITH_FFTW3;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>WITH_FFTW3;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
<AdditionalIncludeDirectories>$(FftwIncludePath);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
|
||||||
<AdditionalLibraryDirectories>$(FftwLibraryPath);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
||||||
<AdditionalDependencies>$(FftwLibraryName);%(AdditionalDependencies)</AdditionalDependencies>
|
|
||||||
</Link>
|
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
|
|
||||||
<!-- DirectSound support -->
|
<!-- DirectSound support -->
|
||||||
|
|
|
@ -150,27 +150,6 @@
|
||||||
DisplayName="Use FFTW"
|
DisplayName="Use FFTW"
|
||||||
Description="Specify whether to use the FFTW fourier transformation library to speed up audio spectrum rendering. You will need to configure the location of the FFTW library on the Library paths page."
|
Description="Specify whether to use the FFTW fourier transformation library to speed up audio spectrum rendering. You will need to configure the location of the FFTW library on the Library paths page."
|
||||||
/>
|
/>
|
||||||
<StringProperty
|
|
||||||
Subtype="folder"
|
|
||||||
Name="FftwIncludePath"
|
|
||||||
Category="Paths"
|
|
||||||
DisplayName="FFTW include path"
|
|
||||||
Description="Location of FFTW include files"
|
|
||||||
/>
|
|
||||||
<StringProperty
|
|
||||||
Subtype="folder"
|
|
||||||
Name="FftwLibraryPath"
|
|
||||||
Category="Paths"
|
|
||||||
DisplayName="FFTW library path"
|
|
||||||
Description="Location of FFTW library files"
|
|
||||||
/>
|
|
||||||
<StringProperty
|
|
||||||
Subtype="file"
|
|
||||||
Name="FftwLibraryName"
|
|
||||||
Category="Paths"
|
|
||||||
DisplayName="FFTW library name"
|
|
||||||
Description="Name of FFTW library"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<BoolProperty
|
<BoolProperty
|
||||||
Name="AegisubUseLibass"
|
Name="AegisubUseLibass"
|
||||||
|
|
Loading…
Reference in New Issue