Displaying 2 results from an estimated 2 matches for "dflac__precompute_partition_sums".
2004 Sep 10
0
Re: detecting host machine in configure.in?
...diff -u -r1.6 Makefile.am
--- src/libFLAC/Makefile.am 2001/05/23 20:58:29 1.6
+++ src/libFLAC/Makefile.am 2001/05/24 03:08:47
@@ -2,10 +2,6 @@
# GNU makefile
#
-SUFFIXES = .nasm
-.nasm.o:
- $(NASM) -f elf -d ELF -i i386/ $< -o $@
-
lib_LTLIBRARIES = libFLAC.la
if DEBUG
CFLAGS += @CFLAGS@ -DFLAC__PRECOMPUTE_PARTITION_SUMS -DFLAC__OVERFLOW_DETECT
@@ -15,40 +11,11 @@
if FLaC__CPU_IA32
if FLaC__HAS_NASM
-libFLAC_la_SOURCES = \
- bitbuffer.c \
- bitmath.c \
- crc.c \
- cpu.c \
- encoder.c \
- encoder_framing.c \
- file_decoder.c \
- fixed.c \
- format.c \
- lpc.c \
- md5.c \
- seek_table.c \
- stream_decoder.c \
-...
2004 Sep 10
2
Re: detecting host machine in configure.in?
--- Christian Weisgerber <naddy@mips.inka.de> wrote:
> Josh Coalson <xflac@yahoo.com> wrote:
>
> > Basically what I want is configure.in determination of
> > basic machine type (intel/compatible, alpha, ppc), then within
> > that (say intel) the code will detect variants like MMX, SSE,
> > and use the right routines.
>
> Please include a way to