Home
last modified time | relevance | path

Searched refs:mod (Results 1 – 25 of 36) sorted by relevance

12

/buildroot/package/freeswitch/
A D0002-mod_av-fix-build-with-ffmpeg-6.0.patch10 src/mod/applications/mod_av/avformat.c | 2 ++
11 src/mod/applications/mod_av/mod_av.h | 1 +
14 diff --git a/src/mod/applications/mod_av/avformat.c b/src/mod/applications/mod_av/avformat.c
16 --- a/src/mod/applications/mod_av/avformat.c
17 +++ b/src/mod/applications/mod_av/avformat.c
34 diff --git a/src/mod/applications/mod_av/mod_av.h b/src/mod/applications/mod_av/mod_av.h
36 --- a/src/mod/applications/mod_av/mod_av.h
37 +++ b/src/mod/applications/mod_av/mod_av.h
A Dfreeswitch.hash10 sha256 ab00a482b6a3902e40211b43c5d0441962ea99b6cc7c25c0f243fa270b78d482 src/mod/codecs/mod_isac/L…
A DConfig.in12 # src/mod/applications/mod_cv/mod_cv.cpp includes
/buildroot/support/download/
A Dgo-post-process27 if [ ! -f go.mod ]; then
32 go mod vendor -v -modcacherw
/buildroot/package/python-flup/
A DConfig.in5 It allows a webserver to use scgi-mod and fastcgi-mod
/buildroot/package/snort/
A D0003-configure.in-convert-AC_RUN_IFELSE-to-AC_CHECK_MEMBE.patch109 - DAQ_ModFlow_t mod;
110 - mod.type = 0;
111 - mod.length = 0;
112 - mod.value = NULL;
116 +AC_CHECK_MEMBERS([DAQ_ModFlow_t mod.type, DAQ_ModFlow_t mod.length, DAQ_ModFlow_t mod.value],
133 - DAQ_QueryFlow_t mod;
134 - mod.type = 0;
135 - mod.length = 0;
136 - mod.value = NULL;
141 +AC_CHECK_MEMBERS([DAQ_QueryFlow_t mod.type, DAQ_QueryFlow_t mod.length, DAQ_QueryFlow_t mod.value],
/buildroot/package/freeswitch-mod-bcg729/
A Dfreeswitch-mod-bcg729.hash2 sha256 ada0640094b5b3b4a767ec360213bfed624e698c9932b2f9ceb76eb1c0f5a246 freeswitch-mod-bcg729-1.0…
A DConfig.in2 bool "freeswitch-mod-bcg729"
A Dfreeswitch-mod-bcg729.mk27 $(INSTALL) -m 0755 $(@D)/mod_bcg729.so $(TARGET_DIR)/usr/lib/freeswitch/mod/mod_bcg729.so
/buildroot/package/sdl_mixer/
A Dsdl_mixer.mk27 --disable-music-mod \
58 SDL_MIXER_CONF_OPTS += --enable-music-mod-modplug
61 SDL_MIXER_CONF_OPTS += --disable-music-mod-modplug
/buildroot/package/dmraid/
A DS20dmraid6 modprobe dm-mod >/dev/null 2>&1
/buildroot/support/testing/tests/package/
A Dtest_octave.py77 for mod in octave_modules:
78 cmd = self.octave_cmd('assert(test(\"{}\"),true)'.format(mod))
/buildroot/package/sdl2_mixer/
A Dsdl2_mixer.mk32 SDL2_MIXER_CONF_OPTS += --enable-music-mod-modplug
35 SDL2_MIXER_CONF_OPTS += --disable-music-mod-modplug
/buildroot/package/docker-cli/
A Ddocker-cli.mk36 printf "module $(DOCKER_CLI_GOMOD)\n\ngo 1.19\n" > $(@D)/go.mod
/buildroot/support/kconfig/
A Dsymbol.c20 .curr = { "m", mod },
345 sym->dir_dep.tri == mod ? 'm' : 'n'); in sym_warn_unmet_dep()
442 if (newval.tri == mod && in sym_calc_value()
521 if (type == S_BOOLEAN && val == mod) in sym_tristate_within_range()
525 if (sym->implied.tri == yes && val == mod) in sym_tristate_within_range()
576 newval = mod; in sym_toggle_tristate_value()
578 case mod: in sym_toggle_tristate_value()
771 if (val == mod) in sym_get_string_default()
776 if (sym->type == S_BOOLEAN && val == mod) in sym_get_string_default()
788 case mod: return "m"; in sym_get_string_default()
[all …]
A Dconf.c178 case mod: in conf_sym()
187 if (oldval != mod && sym_tristate_within_range(sym, mod)) in conf_sym()
205 newval = mod; in conf_sym()
244 case mod: in conf_choice()
253 case mod: in conf_choice()
387 if (sym->curr.tri != mod) in conf()
A Dmconf.c549 case mod: ch = 'M'; break; in build_conf()
602 case mod: ch = 'M'; break; in build_conf()
606 if (sym->rev_dep.tri == mod) in build_conf()
726 if (sym_set_tristate_value(sym, mod)) in conf()
736 sym_set_tristate_value(sym, mod); in conf()
A Dnconf.c817 case mod: in build_conf()
872 case mod: in build_conf()
880 if (sym->rev_dep.tri == mod) in build_conf()
1197 if (sym_set_tristate_value(sym, mod)) in conf()
1207 sym_set_tristate_value(sym, mod); in conf()
/buildroot/package/
A Dpkg-golang.mk82 if [ ! -f $$(@D)/go.mod ]; then \
83 printf "module $$($(2)_GOMOD)\n" > $$(@D)/go.mod; \
/buildroot/package/luarocks/
A Dbuildroot.lua58 for _, mod in pairs(rockspec.build.modules or {}) do
59 if type(mod) == 'string' then
60 if mod:match'%.c$' then
63 elseif type(mod) == 'table' then
64 local sources = mod.sources
68 for _, src in ipairs(sources or mod) do
/buildroot/package/perl/
A Dperl.mk77 PERL_CONF_OPTS += --only-mod=$(subst $(space),$(comma),$(PERL_MODULES))
/buildroot/package/balena-engine/
A Dbalena-engine.mk42 printf "module $(BALENA_ENGINE_GOMOD)\n\ngo 1.19\n" > $(@D)/go.mod
/buildroot/package/go/
A Dgo.mk25 GOFLAGS=-mod=vendor \
/buildroot/package/docker-engine/
A Ddocker-engine.mk58 printf "module $(DOCKER_ENGINE_GOMOD)\n\ngo 1.19\n" > $(@D)/go.mod
/buildroot/package/ripgrep/
A D0001-puts-jemalloc-allocator-behind-a-cargo-feature-flag.patch109 @@ -27,7 +27,7 @@ mod search;
118 @@ -35,7 +35,11 @@ mod search;

Completed in 42 milliseconds

12