rename FLAC__Encoder to FLAC__StreamEncoder, OOPize encoder and decoder interfaces

This commit is contained in:
Josh Coalson
2001-06-13 17:59:57 +00:00
parent 244ce1114c
commit 0a15c14c6e
21 changed files with 1646 additions and 1185 deletions

View File

@@ -17,11 +17,12 @@
includedir = ${prefix}/include/FLAC
include_HEADERS = all.h \
include_HEADERS = \
all.h \
assert.h \
encoder.h \
file_decoder.h \
format.h \
ordinals.h \
seek_table.h \
stream_decoder.h
stream_decoder.h \
stream_encoder.h