mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
minor comments
This commit is contained in:
@@ -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_;
|
||||
|
||||
@@ -34,6 +34,7 @@ endif
|
||||
|
||||
SUBDIRS = $(ARCH_SUBDIRS) include .
|
||||
|
||||
#@@@@ fix this
|
||||
libFLAC_la_LDFLAGS = -version-info 2:1:1
|
||||
|
||||
libFLAC_la_SOURCES = \
|
||||
|
||||
Reference in New Issue
Block a user