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: 130fc361db29c2b5f5764184ce5c8969a4e9524f (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 = hybrid_decoder.c hybrid_encoder.c

noinst_HEADERS = hybrid_decoder.h hybrid_encoder.h

pkginclude_HEADERS = hybrid.h

noinst_PROGRAMS = test_hybrid
test_hybrid_SOURCES = test_hybrid.c $(top_srcdir)/silk/test/SKP_debug.c
test_hybrid_LDADD = libietfcodec.la $(top_builddir)/celt/libcelt/libcelt0.la $(top_builddir)/silk/libSKP_SILK_SDK.la