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
|
||||
|
||||
@@ -24,7 +24,11 @@ LIB_NAME = libFLAC++
|
||||
INCLUDES = -I../../include
|
||||
|
||||
OBJS = \
|
||||
metadata.o
|
||||
file_decoder.o \
|
||||
metadata.o \
|
||||
seekable_stream_decoder.o \
|
||||
stream_decoder.o \
|
||||
stream_encoder.o
|
||||
|
||||
include ../../build/lib.mk
|
||||
|
||||
|
||||
@@ -27,7 +27,11 @@
|
||||
!endif
|
||||
|
||||
CC_FILES= \
|
||||
metadata.cc
|
||||
file_decoder.cc \
|
||||
metadata.cc \
|
||||
seekable_stream_decoder.cc \
|
||||
stream_decoder.cc \
|
||||
stream_encoder.cc
|
||||
|
||||
OBJS= $(CC_FILES:.cc=.obj)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user