mirror of
https://github.com/xiph/opus.git
synced 2025-05-15 07:58:29 +00:00
Fixes make dist
This commit is contained in:
parent
cf1053dc85
commit
3262664db4
2 changed files with 8 additions and 1 deletions
|
@ -17,6 +17,10 @@ SILK_SOURCES += $(SILK_SOURCES_FLOAT)
|
||||||
OPUS_SOURCES += $(OPUS_SOURCES_FLOAT)
|
OPUS_SOURCES += $(OPUS_SOURCES_FLOAT)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
include celt_headers.mk
|
||||||
|
include silk_headers.mk
|
||||||
|
include opus_headers.mk
|
||||||
|
|
||||||
libopus_la_SOURCES = $(CELT_SOURCES) $(SILK_SOURCES) $(OPUS_SOURCES)
|
libopus_la_SOURCES = $(CELT_SOURCES) $(SILK_SOURCES) $(OPUS_SOURCES)
|
||||||
|
|
||||||
pkginclude_HEADERS = include/opus.h include/opus_multistream.h include/opus_types.h include/opus_defines.h
|
pkginclude_HEADERS = include/opus.h include/opus_multistream.h include/opus_types.h include/opus_defines.h
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
OPUS_HEAD = \
|
OPUS_HEAD = \
|
||||||
include/opus.h \
|
include/opus.h \
|
||||||
include/opus_multistream.h \
|
include/opus_multistream.h \
|
||||||
src/opus_private.h
|
src/opus_private.h \
|
||||||
|
src/analysis.h \
|
||||||
|
src/mlp.h \
|
||||||
|
src/tansig_table.h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue