[xiph-cvs] cvs commit: vorbis/lib Makefile.am iir.c iir.h

Monty xiphmont at xiph.org
Sun Mar 17 21:06:40 PST 2002



xiphmont    02/03/17 21:06:39

  Modified:    lib      Makefile.am
  Removed:     lib      iir.c iir.h
  Log:
  iir.c is dead code.  removed.

Revision  Changes    Path
1.14      +2 -2      vorbis/lib/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Makefile.am	2001/12/12 09:45:24	1.13
+++ Makefile.am	2002/03/18 05:06:39	1.14
@@ -14,7 +14,7 @@
                         res0.c mapping0.c registry.c codebook.c sharedbook.c\
                         lookup.c bitrate.c\
                         envelope.h lpc.h lsp.h codebook.h misc.h psy.h\
-			masking.h iir.h os.h mdct.h smallft.h\
+			masking.h os.h mdct.h smallft.h\
                         registry.h scales.h window.h lookup.h lookup_data.h\
                         codec_internal.h backends.h bitrate.h 
 libvorbis_la_LDFLAGS = -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@
@@ -34,7 +34,7 @@
 psytune_LDFLAGS = -static
 psytune_LDADD = libvorbis.la
 
-EXTRA_DIST = lookups.pl iir.c
+EXTRA_DIST = lookups.pl 
 
 debug:
         $(MAKE) all CFLAGS="@DEBUG@"

<p><p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list