ref: 8779266cf1414c7d709ebcaaa2f39a59ba7570aa
parent: d9474d9085ab1418220dc8c74e8da4dcc43f99b4
author: Ralph Giles <[email protected]>
date: Thu Apr 5 05:19:25 EDT 2012
Add opus_custom.h to celt_headers.txt. This file is included unconditionally by celt.h. As such it's a required part of the build and should be in the header index files.
--- a/celt_headers.txt
+++ b/celt_headers.txt
@@ -4,6 +4,7 @@
celt/celt.h \
include/opus_types.h \
include/opus_defines.h \
+include/opus_custom.h \
celt/cwrs.h \
celt/ecintrin.h \
celt/entcode.h \
--- a/doc/build_draft.sh
+++ b/doc/build_draft.sh
@@ -26,7 +26,6 @@
cp -a "${toplevel}"/src/opus_demo.c "${destdir}"/src/
cp -a "${toplevel}"/src/opus_compare.c "${destdir}"/src/
cp -a "${toplevel}"/celt/opus_custom_demo.c "${destdir}"/celt/
-cp -a "${toplevel}"/include/opus_custom.h "${destdir}"/celt/
cp -a "${toplevel}"/Makefile.draft "${destdir}"/Makefile
cp -a "${toplevel}"/opus_sources.mk "${destdir}"/
cp -a "${toplevel}"/celt_sources.mk "${destdir}"/