shithub: opus

Download patch

ref: 1ca485ce1775f0863b94bfd6b1c19bb1a18a86ec
parent: 69abbf4662453350324bf2ac989f499d0d0ddabf
author: Ralph Giles <[email protected]>
date: Sun Aug 28 18:02:16 EDT 2011

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.

--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@
 
 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)