[Flac-dev] Re: beta 10 candidate checked in

Matt Zimmerman mdz at debian.org
Thu May 31 01:55:50 PDT 2001


On Thu, May 31, 2001 at 04:04:17AM -0400, Matt Zimmerman wrote:

> In order for all of this to work, of course, you need to make sure that
> automake knows which files should go in the distribution.  Since it already
> knows about your source files, usually the only things that need to be added
> are random little files that aren't used directly in the build.  These should
> be added to an EXTRA_DIST variable in the appropriate Makefile.am.  You also
> have to be sure that all of your .h files are listed either in a _SOURCES
> variable (for headers that should not be installed) or in an include_HEADERS
> variable.  I'll try to put together a patch to make all of this work; it
> shouldn't take too much effort.

Attached is the diff.  I wasn't able to completely test the distribution,
since src/libFLAC/i386/lpc_asm.s seems to be broken:

../../../../src/libFLAC/i386/lpc_asm.s:217: operation size not specified

Also attached is a listing of the files that end up in the .tar.gz built by
'make distcheck', so you can check whether anything obvious is missing.

I also generated a man page from the SGML source, and included that, and
created rules to install the headers for the library.

-- 
 - mdz
-------------- next part --------------
diff -ruN flac/doc/Makefile.am flac+mdz/doc/Makefile.am
--- flac/doc/Makefile.am	Wed Dec 31 19:00:00 1969
+++ flac+mdz/doc/Makefile.am	Thu May 31 04:49:08 2001
@@ -0,0 +1,13 @@
+SUBDIRS = . images
+
+EXTRA_DIST = comparison.html \
+	developers.html \
+	documentation.html \
+	download.html \
+	features.html \
+	format.html \
+	goals.html \
+	id.html \
+	index.html \
+	news.html
+
diff -ruN flac/doc/images/Makefile.am flac+mdz/doc/images/Makefile.am
--- flac/doc/images/Makefile.am	Wed Dec 31 19:00:00 1969
+++ flac+mdz/doc/images/Makefile.am	Thu May 31 04:49:08 2001
@@ -0,0 +1,3 @@
+EXTRA_DIST = 1x1.gif \
+	cafebug.gif \
+	logo.jpg
diff -ruN flac/include/FLAC/Makefile.am flac+mdz/include/FLAC/Makefile.am
--- flac/include/FLAC/Makefile.am	Wed Dec 31 19:00:00 1969
+++ flac+mdz/include/FLAC/Makefile.am	Thu May 31 04:49:08 2001
@@ -0,0 +1,9 @@
+includedir = ${prefix}/include/FLAC
+
+include_HEADERS = all.h \
+	encoder.h \
+	file_decoder.h \
+	format.h \
+	ordinals.h \
+	seek_table.h \
+	stream_decoder.h
diff -ruN flac/include/Makefile.am flac+mdz/include/Makefile.am
--- flac/include/Makefile.am	Wed Dec 31 19:00:00 1969
+++ flac+mdz/include/Makefile.am	Thu May 31 04:49:08 2001
@@ -0,0 +1 @@
+SUBDIRS = FLAC
diff -ruN flac/man/Makefile.am flac+mdz/man/Makefile.am
--- flac/man/Makefile.am	Wed Dec 31 19:00:00 1969
+++ flac+mdz/man/Makefile.am	Thu May 31 04:49:08 2001
@@ -0,0 +1,6 @@
+flac.1: flac.sgml
+	docbook-to-man $< > $@
+
+man_MANS = flac.1
+
+EXTRA_DIST = $(man_MANS) flac.sgml
diff -ruN flac/man/flac.1 flac+mdz/man/flac.1
--- flac/man/flac.1	Wed Dec 31 19:00:00 1969
+++ flac+mdz/man/flac.1	Thu May 31 04:49:08 2001
@@ -0,0 +1,208 @@
+.\" This -*- nroff -*- file has been generated from
+.\" DocBook SGML with docbook-to-man on Debian GNU/Linux.
+...\"
+...\"	transcript compatibility for postscript use.
+...\"
+...\"	synopsis:  .P! <file.ps>
+...\"
+.de P!
+\\&.
+.fl			\" force out current output buffer
+\\!%PB
+\\!/showpage{}def
+...\" the following is from Ken Flowers -- it prevents dictionary overflows
+\\!/tempdict 200 dict def tempdict begin
+.fl			\" prolog
+.sy cat \\$1\" bring in postscript file
+...\" the following line matches the tempdict above
+\\!end % tempdict %
+\\!PE
+\\!.
+.sp \\$2u	\" move below the image
+..
+.de pF
+.ie     \\*(f1 .ds f1 \\n(.f
+.el .ie \\*(f2 .ds f2 \\n(.f
+.el .ie \\*(f3 .ds f3 \\n(.f
+.el .ie \\*(f4 .ds f4 \\n(.f
+.el .tm ? font overflow
+.ft \\$1
+..
+.de fP
+.ie     !\\*(f4 \{\
+.	ft \\*(f4
+.	ds f4\"
+'	br \}
+.el .ie !\\*(f3 \{\
+.	ft \\*(f3
+.	ds f3\"
+'	br \}
+.el .ie !\\*(f2 \{\
+.	ft \\*(f2
+.	ds f2\"
+'	br \}
+.el .ie !\\*(f1 \{\
+.	ft \\*(f1
+.	ds f1\"
+'	br \}
+.el .tm ? font underflow
+..
+.ds f1\"
+.ds f2\"
+.ds f3\"
+.ds f4\"
+'\" t 
+.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n  
+.TH "FLAC" "1" 
+.SH "NAME" 
+flac \(em Free Lossless Audio Codec 
+.SH "SYNOPSIS" 
+.PP 
+\fBflac\fP [\fB\fIOPTION\fP\fP] \fIinfile\fP \fIoutfile\fP  
+.SH "DESCRIPTION" 
+.PP 
+This manual page documents briefly the 
+\fBflac\fP command. 
+.PP 
+This manual page was written for the \fBDebian GNU/Linux\fP 	    distribution because the original program does not have a 
+manual page.  Instead, it has documentation in HTML 
+format; see below. 
+.SH "OPTIONS" 
+.PP 
+A summary of options is included below.  For a complete 
+description, see the HTML documentation. 
+.SS "Generic Options" 
+.IP "\fB-d\fP 		" 10 
+Decode (default behavior is encode) 
+.IP "\fB-t\fP 		" 10 
+Test a flac encoded file (same as -d 
+except no decoded file is written) 
+.IP "\fB-a\fP 		" 10 
+Analyze a flac encoded file (same as -d 
+except an analysis file is written) 
+.IP "\fB-s\fP 		" 10 
+Silent mode (do not write runtime 
+encode/decode statistics to stdout) 
+.IP "\fB--skip\fP \fIsamples\fP" 10 
+Skip the specified number of samples at the 
+beginning of the input file (can be used for both 
+encoding and decoding) 
+.SS "Analysis Options" 
+.IP "\fB--a-rtext\fP 		" 10 
+Includes the residual signal in the analysis 
+file.  This will make the file very big, much 
+larger than even the decoded file. 
+.IP "\fB--a-rgp\fP 		" 10 
+Generates a gnuplot file for every subframe; 
+each file will contain the residual distribution 
+of the subframe.  This will create a lot of 
+files. 
+.SS "Encoding Options" 
+.IP "\fB--lax\fP" 10 
+Allow encoder to generate non-Subset 
+files 
+.IP "\fB-P\fP \fIbytes\fP" 10 
+Tell the encoder to write a PADDING metadata 
+block of the given length (in bytes) after the 
+STREAMINFO block.  -P 0 implies no PADDING block, 
+which is the default.  This is useful if you plan 
+to tag the file later with an APPLICATION block; 
+instead of having to rewrite the entire file later 
+just to insert your block, you can write directly 
+over the PADDING block. 
+.IP "\fB-b\fP \fIblocksize\fP" 10 
+Default is 1152 for -l 0, else 4608; should 
+be 192/576/1152/2304/4608 (unless --lax is 
+used) 
+.IP "\fB-m\fP" 10 
+Try mid-side coding for each frame (stereo 
+input only) 
+.IP "\fB-m\fP" 10 
+Loose mid-side coding for all frames (stereo 
+input only) 
+.IP "\fB-0\fP..\fB-9\fP" 10 
+Fastest compression..highest compression 
+(default is -6).  These are synonyms for other 
+options: 
+.RS 
+.IP "\fB-0\fP" 10 
+Synonymous with -l 0 
+.IP "\fB-1\fP" 10 
+Synonymous with -l 0 -M 
+.IP "\fB-2\fP" 10 
+Synonymous with -l 0 -m -r # (# is 
+automatically determined by the block 
+size) 
+.IP "\fB-3\fP" 10 
+Reserved 
+.IP "\fB-4\fP" 10 
+Synonymous with -l 8 
+.IP "\fB-5\fP" 10 
+Synonymous with -l 8 -M 
+.IP "\fB-6\fP" 10 
+Synonymous with -l 8 -m -r # (# is 
+automatically determined by the block 
+size) 
+.IP "\fB-7\fP" 10 
+Reserved 
+.IP "\fB-8\fP" 10 
+Synonymous with -l 32 -m -r # (# is 
+automatically determined by the block 
+size) 
+.IP "\fB-9\fP" 10 
+Synonymous with -l 32 -m -e -r 99 -p 
+(very slow!) 
+.RE 
+.IP "\fB-e\fP" 10 
+Do exhaustive model search 
+(expensive!) 
+.IP "\fB-l\fP \fImax_lpc_order\fP" 10 
+0 => use only fixed predictors 
+.IP "\fB-p\fP" 10 
+Do exhaustive search of LP coefficient 
+quantization (expensive!).  Overrides -q, 
+does nothing if using -l 0 
+.IP "\fB-q\fP \fIbits\fP" 10 
+Precision of the quantized linear-predictor 
+coefficients, 0 => let encoder decide (min is 5, 
+default is 0) 
+.IP "\fB-r\fP \fIlevel\fP" 10 
+Rice parameter optimization level (0..99). 0 
+=> none, default is 0, above 4 doesn't usually 
+help much) 
+.IP "\fB-V\fP" 10 
+Verify a correct encoding by decoding the 
+output in parallel and comparing to the 
+original 
+.IP "\fB-m-\fP \fB-M-\fP \fB-e-\fP \fB-p-\fP \fB-V-\fP \fB--lax-\fP 		" 10 
+These flags can be used to invert the sense 
+of the corresponding normal option. 
+.SS "Format Options" 
+.IP "\fB-fb\fP" 10 
+Big-endian byte order 
+.IP "\fB-fl\fP" 10 
+Little-endian byte order 
+.IP "\fB-fc\fP 		  \fIchannels\fP" 10 
+Set number of channels. 
+.IP "\fB-fp\fP 		  \fIbits_per_sample\fP" 10 
+Set bits per sample. 
+.IP "\fB-fs\fP 		  \fIsample_rate\fP" 10 
+Set sample rate (in Hz). 
+.IP "\fB-fu\fP" 10 
+Unsigned samples (default is signed) 
+.IP "\fB-fr\fP" 10 
+Force to raw format (even if filename ends 
+in \fB.wav\fP). 
+.IP "\fB-fw\fP" 10 
+Force to RIFF WAVE. 
+.SH "SEE ALSO" 
+.PP 
+The programs are documented fully by HTML format 
+documentation, available in 
+\fB/usr/share/doc/flac/html\fP on 
+\fBDebian GNU/Linux\fP systems. 
+.SH "AUTHOR" 
+.PP 
+This manual page was written by Matt Zimmerman mdz at debian.org for 
+the \fBDebian GNU/Linux\fP system (but may be used by others). 
+...\" created by instant / docbook-to-man, Fri 06 Apr 2001, 07:52 
diff -ruN flac/src/libFLAC/include/Makefile.am flac+mdz/src/libFLAC/include/Makefile.am
--- flac/src/libFLAC/include/Makefile.am	Wed Dec 31 19:00:00 1969
+++ flac+mdz/src/libFLAC/include/Makefile.am	Thu May 31 04:49:08 2001
@@ -0,0 +1 @@
+SUBDIRS = private protected
diff -ruN flac/src/libFLAC/include/private/Makefile.am flac+mdz/src/libFLAC/include/private/Makefile.am
--- flac/src/libFLAC/include/private/Makefile.am	Wed Dec 31 19:00:00 1969
+++ flac+mdz/src/libFLAC/include/private/Makefile.am	Thu May 31 04:49:08 2001
@@ -0,0 +1,10 @@
+noinst_HEADERS = bitbuffer.h \
+	all.h \
+	bitmath.h \
+	cpu.h \
+	crc.h \
+	encoder_framing.h \
+	fixed.h \
+	lpc.h \
+	md5.h \
+	memory.h
diff -ruN flac/src/libFLAC/include/protected/Makefile.am flac+mdz/src/libFLAC/include/protected/Makefile.am
--- flac/src/libFLAC/include/protected/Makefile.am	Wed Dec 31 19:00:00 1969
+++ flac+mdz/src/libFLAC/include/protected/Makefile.am	Thu May 31 04:49:08 2001
@@ -0,0 +1 @@
+noinst_HEADERS = stream_decoder.h
diff -ruN flac/src/plugin_winamp2/Makefile.am flac+mdz/src/plugin_winamp2/Makefile.am
--- flac/src/plugin_winamp2/Makefile.am	Wed Dec 31 19:00:00 1969
+++ flac+mdz/src/plugin_winamp2/Makefile.am	Thu May 31 04:49:08 2001
@@ -0,0 +1,4 @@
+EXTRA_DIST = Makefile.vc \
+	in2.h \
+	in_flac.c \
+	out.h
diff -ruN flac/src/plugin_winamp3/Makefile.am flac+mdz/src/plugin_winamp3/Makefile.am
--- flac/src/plugin_winamp3/Makefile.am	Wed Dec 31 19:00:00 1969
+++ flac+mdz/src/plugin_winamp3/Makefile.am	Thu May 31 04:49:08 2001
@@ -0,0 +1,3 @@
+EXTRA_DIST = Makefile.vc \
+	core_api.h \
+	in_flac.cpp
-------------- next part --------------
drwxrwxrwx 1000/1000         0 2001-05-31 04:39:09 flac-0.10/
-rw-rw-r-- 1000/1000     11075 2001-05-31 04:38:47 flac-0.10/Makefile.in
-rw-rw-r-- 1000/1000      1374 2001-05-31 03:56:35 flac-0.10/README
-rw-rw-r-- 1000/1000       677 2001-05-31 04:14:38 flac-0.10/Makefile.am
-rw-rw-r-- 1000/1000    119453 2001-05-31 04:35:01 flac-0.10/aclocal.m4
-rwxr-xr-x 0/0           39311 2001-05-10 16:34:59 flac-0.10/config.guess
-rwxr-xr-x 0/0           27594 2001-05-10 16:34:59 flac-0.10/config.sub
-rwxrwxr-x 1000/1000    185376 2001-05-31 04:35:04 flac-0.10/configure
-rw-rw-r-- 1000/1000      2579 2001-05-31 04:34:55 flac-0.10/configure.in
-rwxr-xr-x 1000/1000      5598 2001-05-31 03:52:30 flac-0.10/install-sh
-rw-r--r-- 0/0          138312 2001-05-10 16:34:59 flac-0.10/ltmain.sh
-rwxr-xr-x 1000/1000      6283 2001-05-31 03:52:30 flac-0.10/missing
-rwxr-xr-x 1000/1000       722 2001-05-31 03:52:30 flac-0.10/mkinstalldirs
-rw-rw-r-- 1000/1000     17985 2001-05-28 01:27:58 flac-0.10/COPYING.GPL
-rw-rw-r-- 1000/1000     25266 2001-05-28 01:27:58 flac-0.10/COPYING.LGPL
drwxrwxrwx 1000/1000         0 2001-05-31 04:38:49 flac-0.10/doc/
-rw-rw-r-- 1000/1000      8946 2001-05-31 04:38:49 flac-0.10/doc/Makefile.in
-rw-r--r-- 1000/1000       192 2001-05-31 04:21:30 flac-0.10/doc/Makefile.am
-rw-rw-r-- 1000/1000     38021 2001-05-14 17:44:29 flac-0.10/doc/comparison.html
-rw-rw-r-- 1000/1000      6135 2001-03-22 18:35:40 flac-0.10/doc/developers.html
-rw-rw-r-- 1000/1000     28905 2001-05-02 20:09:18 flac-0.10/doc/documentation.html
-rw-rw-r-- 1000/1000      4334 2001-03-02 16:21:08 flac-0.10/doc/download.html
-rw-rw-r-- 1000/1000     10041 2001-04-03 15:37:58 flac-0.10/doc/features.html
-rw-rw-r-- 1000/1000     49943 2001-04-16 16:27:00 flac-0.10/doc/format.html
-rw-rw-r-- 1000/1000      5759 2001-03-02 16:21:18 flac-0.10/doc/goals.html
-rw-rw-r-- 1000/1000      7374 2001-03-02 16:19:44 flac-0.10/doc/id.html
-rw-rw-r-- 1000/1000     17476 2001-05-01 20:26:51 flac-0.10/doc/index.html
-rw-rw-r-- 1000/1000     11949 2001-03-30 18:53:05 flac-0.10/doc/news.html
drwxrwxrwx 1000/1000         0 2001-05-31 04:38:50 flac-0.10/doc/images/
-rw-rw-r-- 1000/1000      4873 2001-05-31 04:38:50 flac-0.10/doc/images/Makefile.in
-rw-r--r-- 1000/1000        48 2001-05-31 04:21:54 flac-0.10/doc/images/Makefile.am
-rw-rw-r-- 1000/1000        61 2000-12-09 23:12:29 flac-0.10/doc/images/1x1.gif
-rw-rw-r-- 1000/1000      2371 2001-04-25 20:56:05 flac-0.10/doc/images/cafebug.gif
-rw-rw-r-- 1000/1000      3059 2000-12-09 23:12:29 flac-0.10/doc/images/logo.jpg
drwxrwxrwx 1000/1000         0 2001-05-31 04:38:51 flac-0.10/include/
-rw-rw-r-- 1000/1000      8795 2001-05-31 04:38:51 flac-0.10/include/Makefile.in
-rw-r--r-- 1000/1000        15 2001-05-31 04:10:15 flac-0.10/include/Makefile.am
drwxrwxrwx 1000/1000         0 2001-05-31 04:38:52 flac-0.10/include/FLAC/
-rw-rw-r-- 1000/1000      6483 2001-05-31 04:38:52 flac-0.10/include/FLAC/Makefile.in
-rw-r--r-- 1000/1000       154 2001-05-31 04:12:13 flac-0.10/include/FLAC/Makefile.am
-rw-rw-r-- 1000/1000      1028 2001-05-24 20:07:18 flac-0.10/include/FLAC/all.h
-rw-rw-r-- 1000/1000      4804 2001-04-24 22:16:36 flac-0.10/include/FLAC/encoder.h
-rw-rw-r-- 1000/1000      3046 2001-02-07 19:38:41 flac-0.10/include/FLAC/file_decoder.h
-rw-rw-r-- 1000/1000     18429 2001-05-31 03:56:36 flac-0.10/include/FLAC/format.h
-rw-rw-r-- 1000/1000      1757 2001-05-16 15:28:54 flac-0.10/include/FLAC/ordinals.h
-rw-rw-r-- 1000/1000       999 2001-04-13 14:53:17 flac-0.10/include/FLAC/seek_table.h
-rw-rw-r-- 1000/1000      3843 2001-03-26 20:17:39 flac-0.10/include/FLAC/stream_decoder.h
drwxrwxrwx 1000/1000         0 2001-05-31 04:38:53 flac-0.10/man/
-rw-rw-r-- 1000/1000      6242 2001-05-31 04:38:53 flac-0.10/man/Makefile.in
-rw-r--r-- 1000/1000        97 2001-05-31 04:22:54 flac-0.10/man/Makefile.am
-rw-r--r-- 1000/1000      5732 2001-05-31 04:23:02 flac-0.10/man/flac.1
-rw-rw-r-- 1000/1000     13303 2001-04-24 22:16:36 flac-0.10/man/flac.sgml
drwxrwxrwx 1000/1000         0 2001-05-31 04:39:08 flac-0.10/src/
-rw-rw-r-- 1000/1000      9068 2001-05-31 04:38:55 flac-0.10/src/Makefile.in
-rw-rw-r-- 1000/1000       193 2001-05-31 04:19:37 flac-0.10/src/Makefile.am
drwxrwxrwx 1000/1000         0 2001-05-31 04:38:59 flac-0.10/src/libFLAC/
-rw-rw-r-- 1000/1000     12519 2001-05-31 04:38:56 flac-0.10/src/libFLAC/Makefile.in
-rw-rw-r-- 1000/1000       579 2001-05-31 04:06:32 flac-0.10/src/libFLAC/Makefile.am
-rw-rw-r-- 1000/1000     46147 2001-05-27 14:40:57 flac-0.10/src/libFLAC/bitbuffer.c
-rw-rw-r-- 1000/1000      1248 2001-03-29 19:44:16 flac-0.10/src/libFLAC/bitmath.c
-rw-rw-r-- 1000/1000      2521 2001-05-24 20:06:54 flac-0.10/src/libFLAC/cpu.c
-rw-rw-r-- 1000/1000      5724 2001-03-26 20:14:25 flac-0.10/src/libFLAC/crc.c
-rw-rw-r-- 1000/1000     68008 2001-05-31 03:56:36 flac-0.10/src/libFLAC/encoder.c
-rw-rw-r-- 1000/1000     16200 2001-04-24 18:54:07 flac-0.10/src/libFLAC/encoder_framing.c
-rw-rw-r-- 1000/1000     21635 2001-04-13 18:47:21 flac-0.10/src/libFLAC/file_decoder.c
-rw-rw-r-- 1000/1000      8551 2001-05-25 20:39:09 flac-0.10/src/libFLAC/fixed.c
-rw-rw-r-- 1000/1000      4622 2001-04-13 14:43:53 flac-0.10/src/libFLAC/format.c
-rw-rw-r-- 1000/1000      8646 2001-05-24 20:05:15 flac-0.10/src/libFLAC/lpc.c
-rw-rw-r-- 1000/1000      8807 2001-03-21 17:59:07 flac-0.10/src/libFLAC/md5.c
-rw-rw-r-- 1000/1000      3497 2001-05-14 15:34:12 flac-0.10/src/libFLAC/memory.c
-rw-rw-r-- 1000/1000      1387 2001-04-13 15:16:52 flac-0.10/src/libFLAC/seek_table.c
-rw-rw-r-- 1000/1000     51107 2001-05-31 03:56:38 flac-0.10/src/libFLAC/stream_decoder.c
drwxrwxrwx 1000/1000         0 2001-05-31 04:38:58 flac-0.10/src/libFLAC/include/
-rw-rw-r-- 1000/1000      8838 2001-05-31 04:38:57 flac-0.10/src/libFLAC/include/Makefile.in
-rw-r--r-- 1000/1000        28 2001-05-31 04:06:38 flac-0.10/src/libFLAC/include/Makefile.am
drwxrwxrwx 1000/1000         0 2001-05-31 04:38:58 flac-0.10/src/libFLAC/include/private/
-rw-rw-r-- 1000/1000      5888 2001-05-31 04:38:58 flac-0.10/src/libFLAC/include/private/Makefile.in
-rw-r--r-- 1000/1000       131 2001-05-31 04:07:30 flac-0.10/src/libFLAC/include/private/Makefile.am
-rw-rw-r-- 1000/1000      6542 2001-04-24 21:14:20 flac-0.10/src/libFLAC/include/private/bitbuffer.h
-rw-rw-r-- 1000/1000      1085 2001-05-23 16:56:09 flac-0.10/src/libFLAC/include/private/all.h
-rw-rw-r-- 1000/1000      1016 2001-03-29 19:44:16 flac-0.10/src/libFLAC/include/private/bitmath.h
-rw-rw-r-- 1000/1000      1667 2001-05-24 20:04:08 flac-0.10/src/libFLAC/include/private/cpu.h
-rw-rw-r-- 1000/1000      1744 2001-04-24 21:08:18 flac-0.10/src/libFLAC/include/private/crc.h
-rw-rw-r-- 1000/1000      1815 2001-03-28 17:17:05 flac-0.10/src/libFLAC/include/private/encoder_framing.h
-rw-rw-r-- 1000/1000      3168 2001-05-24 20:04:08 flac-0.10/src/libFLAC/include/private/fixed.h
-rw-rw-r-- 1000/1000      7658 2001-05-31 03:56:38 flac-0.10/src/libFLAC/include/private/lpc.h
-rw-rw-r-- 1000/1000      1639 2001-01-12 18:50:46 flac-0.10/src/libFLAC/include/private/md5.h
-rw-rw-r-- 1000/1000      1634 2001-05-13 01:15:47 flac-0.10/src/libFLAC/include/private/memory.h
drwxrwxrwx 1000/1000         0 2001-05-31 04:38:59 flac-0.10/src/libFLAC/include/protected/
-rw-rw-r-- 1000/1000      5812 2001-05-31 04:38:59 flac-0.10/src/libFLAC/include/protected/Makefile.in
-rw-r--r-- 1000/1000        34 2001-05-31 04:07:39 flac-0.10/src/libFLAC/include/protected/Makefile.am
-rw-rw-r-- 1000/1000      1087 2001-02-07 19:38:41 flac-0.10/src/libFLAC/include/protected/stream_decoder.h
drwxrwxrwx 1000/1000         0 2001-05-31 04:39:01 flac-0.10/src/libFLAC/i386/
-rw-rw-r-- 1000/1000      8124 2001-05-31 04:39:01 flac-0.10/src/libFLAC/i386/Makefile.in
-rw-rw-r-- 1000/1000       188 2001-05-31 04:31:38 flac-0.10/src/libFLAC/i386/Makefile.am
-rw-rw-r-- 1000/1000      1247 2001-05-31 03:56:38 flac-0.10/src/libFLAC/i386/cpu_asm.s
-rw-rw-r-- 1000/1000     13341 2001-05-31 03:56:38 flac-0.10/src/libFLAC/i386/fixed_asm.s
-rw-rw-r-- 1000/1000     21829 2001-05-31 03:56:38 flac-0.10/src/libFLAC/i386/lpc_asm.s
-rw-rw-r-- 1000/1000      1676 2001-05-31 03:56:38 flac-0.10/src/libFLAC/i386/nasm.h
drwxrwxrwx 1000/1000         0 2001-05-31 04:39:02 flac-0.10/src/flac/
-rw-rw-r-- 1000/1000      8860 2001-05-31 04:39:02 flac-0.10/src/flac/Makefile.in
-rw-rw-r-- 1000/1000       207 2001-05-31 04:09:11 flac-0.10/src/flac/Makefile.am
-rw-rw-r-- 1000/1000      7484 2001-03-29 17:19:24 flac-0.10/src/flac/analyze.c
-rw-rw-r-- 1000/1000     19373 2001-05-09 17:39:57 flac-0.10/src/flac/decode.c
-rw-rw-r-- 1000/1000     40454 2001-05-31 03:56:36 flac-0.10/src/flac/encode.c
-rw-rw-r-- 1000/1000     24316 2001-05-27 14:35:38 flac-0.10/src/flac/main.c
-rw-rw-r-- 1000/1000      1147 2001-03-29 17:19:24 flac-0.10/src/flac/analyze.h
-rw-rw-r-- 1000/1000      1219 2001-03-16 16:59:40 flac-0.10/src/flac/decode.h
-rw-rw-r-- 1000/1000      1990 2001-05-01 16:49:18 flac-0.10/src/flac/encode.h
drwxrwxrwx 1000/1000         0 2001-05-31 04:39:03 flac-0.10/src/metaflac/
-rw-rw-r-- 1000/1000      8730 2001-05-31 04:39:03 flac-0.10/src/metaflac/Makefile.in
-rw-rw-r-- 1000/1000        92 2001-02-23 18:10:57 flac-0.10/src/metaflac/Makefile.am
-rw-rw-r-- 1000/1000     10878 2001-05-31 03:56:38 flac-0.10/src/metaflac/main.c
drwxrwxrwx 1000/1000         0 2001-05-31 04:39:05 flac-0.10/src/plugin_xmms/
-rw-rw-r-- 1000/1000      9248 2001-05-31 04:39:04 flac-0.10/src/plugin_xmms/Makefile.in
-rw-rw-r-- 1000/1000       388 2001-01-19 17:41:33 flac-0.10/src/plugin_xmms/Makefile.am
-rw-rw-r-- 1000/1000     12767 2001-05-31 03:56:38 flac-0.10/src/plugin_xmms/plugin.c
drwxrwxrwx 1000/1000         0 2001-05-31 04:39:06 flac-0.10/src/test_streams/
-rw-rw-r-- 1000/1000      8108 2001-05-31 04:39:06 flac-0.10/src/test_streams/Makefile.in
-rw-rw-r-- 1000/1000       142 2001-01-19 17:41:34 flac-0.10/src/test_streams/Makefile.am
-rw-rw-r-- 1000/1000     13511 2001-03-27 18:58:23 flac-0.10/src/test_streams/main.c
drwxrwxrwx 1000/1000         0 2001-05-31 04:39:07 flac-0.10/src/test_unit/
-rw-rw-r-- 1000/1000      8122 2001-05-31 04:39:07 flac-0.10/src/test_unit/Makefile.in
-rw-rw-r-- 1000/1000       220 2001-01-19 17:41:34 flac-0.10/src/test_unit/Makefile.am
-rw-rw-r-- 1000/1000     21403 2001-01-16 15:17:53 flac-0.10/src/test_unit/bitbuffer.c
-rw-rw-r-- 1000/1000       914 2001-01-16 15:17:53 flac-0.10/src/test_unit/main.c
drwxrwxrwx 1000/1000         0 2001-05-31 04:39:08 flac-0.10/src/plugin_winamp2/
-rw-rw-r-- 1000/1000      4895 2001-05-31 04:39:08 flac-0.10/src/plugin_winamp2/Makefile.in
-rw-r--r-- 1000/1000        56 2001-05-31 04:18:52 flac-0.10/src/plugin_winamp2/Makefile.am
-rw-rw-r-- 1000/1000       579 2001-04-01 00:55:46 flac-0.10/src/plugin_winamp2/Makefile.vc
-rw-rw-r-- 1000/1000      4395 2001-03-21 17:59:07 flac-0.10/src/plugin_winamp2/in2.h
-rw-rw-r-- 1000/1000     12341 2001-03-21 18:14:27 flac-0.10/src/plugin_winamp2/in_flac.c
-rw-rw-r-- 1000/1000      2137 2001-03-21 17:59:07 flac-0.10/src/plugin_winamp2/out.h
drwxrwxrwx 1000/1000         0 2001-05-31 04:39:09 flac-0.10/src/plugin_winamp3/
-rw-rw-r-- 1000/1000      4895 2001-05-31 04:39:09 flac-0.10/src/plugin_winamp3/Makefile.in
-rw-r--r-- 1000/1000        54 2001-05-31 04:19:16 flac-0.10/src/plugin_winamp3/Makefile.am
-rw-rw-r-- 1000/1000       556 2001-02-28 20:11:36 flac-0.10/src/plugin_winamp3/Makefile.vc
-rw-rw-r-- 1000/1000     12647 2001-03-21 17:59:07 flac-0.10/src/plugin_winamp3/core_api.h
-rw-rw-r-- 1000/1000     11612 2001-03-21 17:59:07 flac-0.10/src/plugin_winamp3/in_flac.cpp
drwxrwxrwx 1000/1000         0 2001-05-31 04:39:10 flac-0.10/test/
-rw-rw-r-- 1000/1000      5840 2001-05-31 04:39:10 flac-0.10/test/Makefile.in
-rw-rw-r-- 1000/1000       261 2001-05-31 03:56:38 flac-0.10/test/Makefile.am


More information about the Flac-dev mailing list