Remove an unused assembly source file
Nothing within processing uses functions from this file.
This commit is contained in:
@@ -593,46 +593,6 @@
|
|||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\src\asm\intra_pred.asm"
|
|
||||||
>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Debug|Win32"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
"
|
|
||||||
Outputs="$(IntDir)\$(InputName).obj"
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Debug|x64"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/ -f win64 -O3 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
"
|
|
||||||
Outputs="$(IntDir)\$(InputName).obj"
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|Win32"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/ -f win32 -DPREFIX -DX86_32 -o $(IntDir)\$(InputName).obj $(InputPath)
"
|
|
||||||
Outputs="$(IntDir)\$(InputName).obj"
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|x64"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
CommandLine="nasm -I$(InputDir) -I$(InputDir)/../../../common/ -f win64 -O3 -DWIN64 -o $(IntDir)\$(InputName).obj $(InputPath)
"
|
|
||||||
Outputs="$(IntDir)\$(InputName).obj"
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\common\satd_sad.asm"
|
RelativePath="..\..\..\common\satd_sad.asm"
|
||||||
>
|
>
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -23,7 +23,6 @@ ifeq ($(USE_ASM), Yes)
|
|||||||
PROCESSING_ASM_SRCS=\
|
PROCESSING_ASM_SRCS=\
|
||||||
$(PROCESSING_SRCDIR)/./src/asm/denoisefilter.asm\
|
$(PROCESSING_SRCDIR)/./src/asm/denoisefilter.asm\
|
||||||
$(PROCESSING_SRCDIR)/./src/asm/downsample_bilinear.asm\
|
$(PROCESSING_SRCDIR)/./src/asm/downsample_bilinear.asm\
|
||||||
$(PROCESSING_SRCDIR)/./src/asm/intra_pred.asm\
|
|
||||||
$(PROCESSING_SRCDIR)/./src/asm/vaa.asm\
|
$(PROCESSING_SRCDIR)/./src/asm/vaa.asm\
|
||||||
|
|
||||||
PROCESSING_OBJS += $(PROCESSING_ASM_SRCS:.asm=.o)
|
PROCESSING_OBJS += $(PROCESSING_ASM_SRCS:.asm=.o)
|
||||||
|
|||||||
Reference in New Issue
Block a user