Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « src - gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f3f024004562c79630db2679e7adcd500bbc50aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

INCLUDES = -I$(top_srcdir)/celt/libcelt/ -I$(top_srcdir)/silk/interface 

lib_LTLIBRARIES = libietfcodec.la
libietfcodec_la_SOURCES = harmony_decoder.c harmony_encoder.c

noinst_HEADERS = harmony_decoder.h harmony_encoder.h

pkginclude_HEADERS = harmony.h

noinst_PROGRAMS = test_harmony
test_harmony_SOURCES = test_harmony.c $(top_srcdir)/silk/test/SKP_debug.c
test_harmony_LDADD = libietfcodec.la $(top_builddir)/celt/libcelt/libcelt0.la $(top_builddir)/silk/libSKP_SILK_SDK.la