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

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2011-09-01 21:20:40 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2011-09-01 21:20:40 +0400
commit06237d7b8cb26ad627fc9541e01f2437ef8b19b8 (patch)
treef2023fc3d2e084d0564d6085c510f9192aeba455 /Makefile.am
parentf9e701ad2411b44c8689171ceb4091871574376c (diff)
Implements the OpusCustom modes (mostly) properly
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 67e8d256..10e9c304 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,6 +36,13 @@ test_repacketizer_SOURCES = src/test_repacketizer.c
test_repacketizer_LDADD = libopus.la -lm
+if CUSTOM_MODES
+pkginclude_HEADERS += libcelt/opus_custom.h
+noinst_PROGRAMS += test_opus_custom
+test_opus_custom_SOURCES = libcelt/test_opus_custom.c
+test_opus_custom_LDADD = libopus.la -lm
+endif
+
EXTRA_DIST = opus.pc.in opus-uninstalled.pc.in
pkgconfigdir = $(libdir)/pkgconfig