mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
rename FLAC__Encoder to FLAC__StreamEncoder, OOPize encoder and decoder interfaces
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user