1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this file,
3 # You can obtain one at http://mozilla.org/MPL/2.0/.
18 include $(srcdir)/celt_sources.mk
19 include $(srcdir)/silk_sources.mk
20 include $(srcdir)/opus_sources.mk
23 $(notdir $(CELT_SOURCES
)) \
24 $(notdir $(SILK_SOURCES
)) \
25 $(notdir $(OPUS_SOURCES
)) \
28 ifndef MOZ_SAMPLE_TYPE_FLOAT32
33 LOCAL_INCLUDES
+= -I
$(srcdir)/silk
/fixed
34 VPATH
+= $(srcdir)/silk
/fixed
35 CSRCS
+= $(notdir $(SILK_SOURCES_FIXED
))
37 LOCAL_INCLUDES
+= -I
$(srcdir)/silk
/float
38 VPATH
+= $(srcdir)/silk
/float
39 CSRCS
+= $(notdir $(SILK_SOURCES_FLOAT
)) \
40 $(notdir $(OPUS_SOURCES_FLOAT
))