From 7eca3ff9a8cdd220b2da7efa6a64ccdcffc84cdc Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Fri, 10 Jan 2003 08:14:34 +0000 Subject: [PATCH] minor verbiage --- src/test_libFLAC++/README | 3 +++ src/test_libOggFLAC++/README | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/test_libFLAC++/README b/src/test_libFLAC++/README index 92425a3f..34682257 100644 --- a/src/test_libFLAC++/README +++ b/src/test_libFLAC++/README @@ -7,3 +7,6 @@ NOTE: the following files are copied from the ../test_libFLAC directory: It's too much of a pain to make a convenience library for these and CVS can't do soft links, so we put up with having two copies of these sources. + +metadata_utils.c and metadata_utils.h have trivial changes for use in this +package. diff --git a/src/test_libOggFLAC++/README b/src/test_libOggFLAC++/README index 6eaf3800..44ec3f94 100644 --- a/src/test_libOggFLAC++/README +++ b/src/test_libOggFLAC++/README @@ -2,6 +2,9 @@ NOTE: the following files are copied from the ../test_libOggFLAC directory: file_utils.c file_utils.h + +NOTE: the following files are copied from the ../test_libFLAC++ directory: + metadata_utils.c metadata_utils.h