summaryrefslogtreecommitdiff
path: root/src/libFLAC/ia32/Makefile.am
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2014-07-06 20:20:58 +1000
committerErik de Castro Lopo <erikd@mega-nerd.com>2014-07-06 20:21:04 +1000
commitc43691586ac9ec3dfe698984c64fe811fdbc3b0a (patch)
treeee2c2aef5c611804a26e0d0466a8a54f154c7fa5 /src/libFLAC/ia32/Makefile.am
parentf081524c19eeafd08f4db6ee5d52a9634c60f475 (diff)
downloadflac-c43691586ac9ec3dfe698984c64fe811fdbc3b0a.tar.gz
libFLAC : Remove FLAC__precompute_partition_info_sums_32bit_asm_ia32_().
This function offer no speed up from the C version of the function and were commented out after the release of 1.3.0. We will now drop them completely. Patch-from: lvqcl <lvqcl.mail@gmail.com>
Diffstat (limited to 'src/libFLAC/ia32/Makefile.am')
-rw-r--r--src/libFLAC/ia32/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libFLAC/ia32/Makefile.am b/src/libFLAC/ia32/Makefile.am
index e7bb8971..aca4561a 100644
--- a/src/libFLAC/ia32/Makefile.am
+++ b/src/libFLAC/ia32/Makefile.am
@@ -42,5 +42,4 @@ libFLAC_asm_la_SOURCES = \
cpu_asm.nasm \
fixed_asm.nasm \
lpc_asm.nasm \
- nasm.h \
- stream_encoder_asm.nasm
+ nasm.h