summaryrefslogtreecommitdiff
path: root/src/libFLAC/libFLAC_dynamic.vcproj
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2014-07-06 20:27:28 +1000
committerErik de Castro Lopo <erikd@mega-nerd.com>2014-07-06 20:27:31 +1000
commiteb0c5a3792bfbabf6de1c8be49280eec056bb5f1 (patch)
treea0b0e6170e862cdf2b686e214a32b71243753a25 /src/libFLAC/libFLAC_dynamic.vcproj
parentc43691586ac9ec3dfe698984c64fe811fdbc3b0a (diff)
downloadflac-eb0c5a3792bfbabf6de1c8be49280eec056bb5f1.tar.gz
libFLAC : Remove FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap().
This function was un-used because it showed no speed improvement over the C version. As a result the bitreader_read_from_client_() function can be made static again. Patch-from: lvqcl <lvqcl.mail@gmail.com>
Diffstat (limited to 'src/libFLAC/libFLAC_dynamic.vcproj')
-rw-r--r--src/libFLAC/libFLAC_dynamic.vcproj24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/libFLAC/libFLAC_dynamic.vcproj b/src/libFLAC/libFLAC_dynamic.vcproj
index 0d4c4c42..b18cc99d 100644
--- a/src/libFLAC/libFLAC_dynamic.vcproj
+++ b/src/libFLAC/libFLAC_dynamic.vcproj
@@ -440,30 +440,6 @@
</File>
</Filter>
<File
- RelativePath=".\ia32\bitreader_asm.nasm"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/bitreader_asm.nasm -o ia32/bitreader_asm.obj&#x0D;&#x0A;"
- AdditionalDependencies="ia32/bitreader_asm.nasm;ia32/nasm.h"
- Outputs="ia32/bitreader_asm.obj"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="nasm.exe -f win32 -d OBJ_FORMAT_win32 -i ia32/ ia32/bitreader_asm.nasm -o ia32/bitreader_asm.obj&#x0D;&#x0A;"
- AdditionalDependencies="ia32/bitreader_asm.nasm;ia32/nasm.h"
- Outputs="ia32/bitreader_asm.obj"
- />
- </FileConfiguration>
- </File>
- <File
RelativePath=".\ia32\cpu_asm.nasm"
>
<FileConfiguration