Skip to content
Snippets Groups Projects
Commit 1ca485ce authored by Ralph Giles's avatar Ralph Giles Committed by Jean-Marc Valin
Browse files

Add new public headers to the install targets.

The new opus_types.h header is required to build against libopus,
so must be installed alongside opus.h. Furthermore, opus-tools
expects access to the multichannel support in opus_multichannel.h.
parent 69abbf46
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ include opus_headers.txt ...@@ -22,7 +22,7 @@ include opus_headers.txt
libopus_la_SOURCES = $(CELT_SOURCES) $(SILK_SOURCES) $(OPUS_SOURCES) libopus_la_SOURCES = $(CELT_SOURCES) $(SILK_SOURCES) $(OPUS_SOURCES)
pkginclude_HEADERS = src/opus.h pkginclude_HEADERS = src/opus.h src/opus_multistream.h libcelt/opus_types.h
noinst_HEADERS = $(OPUS_HEAD) $(SILK_HEAD) $(CELT_HEAD) noinst_HEADERS = $(OPUS_HEAD) $(SILK_HEAD) $(CELT_HEAD)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment