mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add new decoder/encoder class files
This commit is contained in:
@@ -19,7 +19,12 @@
|
||||
lib_LTLIBRARIES = libFLAC++.la
|
||||
CFLAGS = @CFLAGS@
|
||||
|
||||
#@@@@ fix this
|
||||
libFLAC++_la_LDFLAGS = -version-info 2:1:1
|
||||
|
||||
libFLAC++_la_SOURCES = \
|
||||
metadata.c
|
||||
file_decoder.cc \
|
||||
metadata.cc \
|
||||
seekable_stream_decoder.cc \
|
||||
stream_decoder.cc \
|
||||
stream_encoder.cc
|
||||
|
||||
Reference in New Issue
Block a user