This repository was archived by the owner on Jul 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
3+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4+
5+ DEPTH = @DEPTH@
6+ topsrcdir = @top_srcdir@
7+ srcdir = @srcdir@
8+ VPATH = @srcdir@
9+
10+ include $(DEPTH ) /config/autoconf.mk
11+
12+ LIBRARY_NAME = kiss_fft
13+ ifeq (WINNT,$(OS_TARGET ) )
14+ VISIBILITY_FLAGS =
15+ endif
16+ EXPORTS_NAMESPACES = kiss_fft
17+
18+ EXPORTS_kiss_fft = kiss_fft.h kiss_fftr.h
19+
20+ CSRCS = kiss_fft.c kiss_fftr.c
21+
22+ include $(topsrcdir ) /config/rules.mk
23+
Original file line number Diff line number Diff line change 1+ # vim: set filetype=python:
2+ # This Source Code Form is subject to the terms of the Mozilla Public
3+ # License, v. 2.0. If a copy of the MPL was not distributed with this
4+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5+
6+ MODULE = 'kiss_fft'
7+
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ CPPSRCS += dlldeps-xul.cpp
3737endif
3838
3939SHARED_LIBRARY_LIBS += \
40+ $(DEPTH ) /media/kiss_fft/$(LIB_PREFIX ) kiss_fft.$(LIB_SUFFIX ) \
4041 $(DEPTH ) /toolkit/components/osfile/$(LIB_PREFIX ) osfile_s.$(LIB_SUFFIX ) \
4142 $(DEPTH ) /toolkit/xre/$(LIB_PREFIX ) xulapp_s.$(LIB_SUFFIX ) \
4243 $(NULL )
Original file line number Diff line number Diff line change @@ -124,6 +124,8 @@ if CONFIG['MOZ_OMX_PLUGIN']:
124124if not CONFIG ['MOZ_NATIVE_PNG' ]:
125125 add_tier_dir ('platform' , 'media/libpng' )
126126
127+ add_tier_dir ('platform' , 'media/kiss_fft' )
128+
127129if CONFIG ['ENABLE_TESTS' ]:
128130 add_tier_dir ('platform' , 'testing/specialpowers' )
129131
You can’t perform that action at this time.
0 commit comments