[Flac-dev] 1.0 candidate checked in

Josh Coalson xflac at yahoo.com
Sun Jul 22 11:51:38 PDT 2001


--- Matt Zimmerman <mdz at debian.org> wrote:
>...
> Index: src/libFLAC/ia32/Makefile.am
> ===================================================================
> RCS file: /cvsroot/flac/flac/src/libFLAC/ia32/Makefile.am,v
> retrieving revision 1.7
> diff -u -r1.7 Makefile.am
> --- src/libFLAC/ia32/Makefile.am	2001/07/22 07:26:58	1.7
> +++ src/libFLAC/ia32/Makefile.am	2001/07/22 09:40:35
> @@ -21,7 +21,7 @@
>  STRIP_FPIC = sh $(top_srcdir)/strip_fPIC.sh
>  
>  .nasm.lo:
> -	$(LIBTOOL) --mode=compile $(STRIP_FPIC) $(NASM) -f $(OBJ_FORMAT) -d
> OBJ_FORMAT_$(OBJ_FORMAT) $< -o $@
> +	$(LIBTOOL) --mode=compile $(STRIP_FPIC) $(NASM) -f $(OBJ_FORMAT) -d
> OBJ_FORMAT_$(OBJ_FORMAT) -I $(srcdir)/ $< -o $@
>  
>  noinst_LTLIBRARIES = libFLAC-asm.la
>  libFLAC_asm_la_SOURCES = \

Oh boy, my version of nasm (0.98) doesn't take -I (even
though the usage says '-I') it only takes '-i'.  I'll check
into how this plays across nasm version but I may leave
it out for now.

Josh


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/




More information about the Flac-dev mailing list