From: Josh Coalson Date: Wed, 29 May 2002 05:53:57 +0000 (+0000) Subject: minor comments X-Git-Tag: 1.2.0~1905 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ac8bd1cdadc3041ea68e09effb6dca6d6fb4f14;p=platform%2Fupstream%2Fflac.git minor comments --- diff --git a/include/FLAC++/metadata.h b/include/FLAC++/metadata.h index 74b5ce0..15d117e 100644 --- a/include/FLAC++/metadata.h +++ b/include/FLAC++/metadata.h @@ -67,7 +67,7 @@ namespace FLAC { FLAC__MetaDataType get_type() const; unsigned get_length() const; // NOTE: does not include the header, per spec private: - Prototype(); // Private and undefined so use can't use it + Prototype(); // Private and undefined so you can't use it // These are used only by Iterator bool is_reference_; diff --git a/src/libFLAC/Makefile.am b/src/libFLAC/Makefile.am index eea689a..cbafa5c 100644 --- a/src/libFLAC/Makefile.am +++ b/src/libFLAC/Makefile.am @@ -34,6 +34,7 @@ endif SUBDIRS = $(ARCH_SUBDIRS) include . +#@@@@ fix this libFLAC_la_LDFLAGS = -version-info 2:1:1 libFLAC_la_SOURCES = \