| /buildroot/package/freeswitch/ |
| A D | 0002-mod_av-fix-build-with-ffmpeg-6.0.patch | 10 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 D | freeswitch.hash | 10 sha256 ab00a482b6a3902e40211b43c5d0441962ea99b6cc7c25c0f243fa270b78d482 src/mod/codecs/mod_isac/L…
|
| A D | Config.in | 12 # src/mod/applications/mod_cv/mod_cv.cpp includes
|
| /buildroot/support/download/ |
| A D | go-post-process | 27 if [ ! -f go.mod ]; then 32 go mod vendor -v -modcacherw
|
| /buildroot/package/python-flup/ |
| A D | Config.in | 5 It allows a webserver to use scgi-mod and fastcgi-mod
|
| /buildroot/package/snort/ |
| A D | 0003-configure.in-convert-AC_RUN_IFELSE-to-AC_CHECK_MEMBE.patch | 109 - 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 D | freeswitch-mod-bcg729.hash | 2 sha256 ada0640094b5b3b4a767ec360213bfed624e698c9932b2f9ceb76eb1c0f5a246 freeswitch-mod-bcg729-1.0…
|
| A D | Config.in | 2 bool "freeswitch-mod-bcg729"
|
| A D | freeswitch-mod-bcg729.mk | 27 $(INSTALL) -m 0755 $(@D)/mod_bcg729.so $(TARGET_DIR)/usr/lib/freeswitch/mod/mod_bcg729.so
|
| /buildroot/package/sdl_mixer/ |
| A D | sdl_mixer.mk | 27 --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 D | S20dmraid | 6 modprobe dm-mod >/dev/null 2>&1
|
| /buildroot/support/testing/tests/package/ |
| A D | test_octave.py | 77 for mod in octave_modules: 78 cmd = self.octave_cmd('assert(test(\"{}\"),true)'.format(mod))
|
| /buildroot/package/sdl2_mixer/ |
| A D | sdl2_mixer.mk | 32 SDL2_MIXER_CONF_OPTS += --enable-music-mod-modplug 35 SDL2_MIXER_CONF_OPTS += --disable-music-mod-modplug
|
| /buildroot/package/docker-cli/ |
| A D | docker-cli.mk | 36 printf "module $(DOCKER_CLI_GOMOD)\n\ngo 1.19\n" > $(@D)/go.mod
|
| /buildroot/support/kconfig/ |
| A D | symbol.c | 20 .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 D | conf.c | 178 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 D | mconf.c | 549 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 D | nconf.c | 817 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 D | pkg-golang.mk | 82 if [ ! -f $$(@D)/go.mod ]; then \ 83 printf "module $$($(2)_GOMOD)\n" > $$(@D)/go.mod; \
|
| /buildroot/package/luarocks/ |
| A D | buildroot.lua | 58 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 D | perl.mk | 77 PERL_CONF_OPTS += --only-mod=$(subst $(space),$(comma),$(PERL_MODULES))
|
| /buildroot/package/balena-engine/ |
| A D | balena-engine.mk | 42 printf "module $(BALENA_ENGINE_GOMOD)\n\ngo 1.19\n" > $(@D)/go.mod
|
| /buildroot/package/go/ |
| A D | go.mk | 25 GOFLAGS=-mod=vendor \
|
| /buildroot/package/docker-engine/ |
| A D | docker-engine.mk | 58 printf "module $(DOCKER_ENGINE_GOMOD)\n\ngo 1.19\n" > $(@D)/go.mod
|
| /buildroot/package/ripgrep/ |
| A D | 0001-puts-jemalloc-allocator-behind-a-cargo-feature-flag.patch | 109 @@ -27,7 +27,7 @@ mod search; 118 @@ -35,7 +35,11 @@ mod search;
|