Home
last modified time | relevance | path

Searched refs:QUIET (Results 1 – 25 of 171) sorted by relevance

1234567

/third_party/openh264/
DMakefile103 QUIET = @ macro
164 $(QUIET)sh $(SRC_PATH)codec/common/generate_version.sh $(SRC_PATH)
173 …$(QUIET)rm -f $(OBJS) $(OBJS:.$(OBJ)=.d) $(OBJS:.$(OBJ)=.obj) $(LIBRARIES) $(BINARIES) *.lib *.a *…
233 $(QUIET)rm -f $@
241 $(QUIET)rm -f $@
250 $(QUIET)ln -sfn $+ $(LIBPREFIX)$(PROJECT_NAME).$(SHAREDLIBSUFFIXMAJORVER)
251 $(QUIET)ln -sfn $(LIBPREFIX)$(PROJECT_NAME).$(SHAREDLIBSUFFIXMAJORVER) $@
253 …$(QUIET)ln -sfn $(LIBPREFIX)$(PROJECT_NAME)$(DEBUGSYMBOLS_TAG).$(SHAREDLIBSUFFIXFULLVER) $(LIBPREF…
254 …$(QUIET)ln -sfn $(LIBPREFIX)$(PROJECT_NAME)$(DEBUGSYMBOLS_TAG).$(SHAREDLIBSUFFIXMAJORVER) $(LIBPRE…
271 $(QUIET)rm -f $@
[all …]
/third_party/libsnd/cmake/
DFindOpus.cmake13 find_package (Ogg QUIET)
15 find_package (PkgConfig QUIET)
16 pkg_check_modules(PC_OPUS QUIET opus>=1.1)
DFindVorbis.cmake79 find_package (Ogg QUIET)
81 find_package (PkgConfig QUIET)
82 pkg_check_modules (PC_Vorbis_Vorbis QUIET vorbis)
83 pkg_check_modules (PC_Vorbis_Enc QUIET vorbisenc)
84 pkg_check_modules (PC_Vorbis_File QUIET vorbisfile)
DFindFLAC.cmake14 find_package (Ogg QUIET)
16 find_package (PkgConfig QUIET)
17 pkg_check_modules(PC_FLAC QUIET flac)
DFindSpeex.cmake12 find_package (PkgConfig QUIET)
13 pkg_check_modules (PC_SPEEX QUIET speex)
DFindSndio.cmake17 find_package (PkgConfig QUIET)
18 pkg_check_modules (PC_SNDIO QUIET sndio)
DFindOgg.cmake13 find_package (PkgConfig QUIET)
14 pkg_check_modules (PC_OGG QUIET ogg>=1.3.0)
/third_party/nghttp2/cmake/
DFindSystemd.cmake12 find_package(PkgConfig QUIET)
13 pkg_check_modules(PC_SYSTEMD QUIET libsystemd)
DFindCUnit.cmake7 find_package(PkgConfig QUIET)
8 pkg_check_modules(PC_CUNIT QUIET cunit)
DFindLibcares.cmake7 find_package(PkgConfig QUIET)
8 pkg_check_modules(PC_LIBCARES QUIET libcares)
DFindJemalloc.cmake7 find_package(PkgConfig QUIET)
8 pkg_check_modules(PC_JEMALLOC QUIET jemalloc)
DFindJansson.cmake7 find_package(PkgConfig QUIET)
8 pkg_check_modules(PC_JANSSON QUIET jansson)
DFindLibevent.cmake25 find_package(PkgConfig QUIET)
26 pkg_check_modules(PC_LIBEVENT QUIET libevent)
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-server/
DCMakeLists.txt20 find_package(PkgConfig QUIET)
21 pkg_check_modules(PC_DBUS1 dbus-1 QUIET)
/third_party/libwebsockets/minimal-examples/dbus-client/minimal-dbus-ws-proxy-testclient/
DCMakeLists.txt17 find_package(PkgConfig QUIET)
18 pkg_check_modules(PC_DBUS1 dbus-1 QUIET)
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/
DCMakeLists.txt22 find_package(PkgConfig QUIET)
23 pkg_check_modules(PC_DBUS1 dbus-1 QUIET)
/third_party/libwebsockets/minimal-examples/dbus-client/minimal-dbus-client/
DCMakeLists.txt20 find_package(PkgConfig QUIET)
21 pkg_check_modules(PC_DBUS1 dbus-1 QUIET)
/third_party/libsnd/cmake/sqlite/
DFindSQLite3.cmake13 find_package (PkgConfig QUIET)
14 pkg_check_modules (PC_SQLite3 QUIET sqlite3)
/third_party/skia/third_party/externals/freetype/builds/cmake/
DFindBrotliDec.cmake22 find_package(PkgConfig QUIET)
24 pkg_check_modules(PC_BROTLIDEC QUIET libbrotlidec)
DFindHarfBuzz.cmake68 find_package(PkgConfig QUIET)
69 pkg_check_modules(PC_HARFBUZZ QUIET harfbuzz)
120 pkg_check_modules(PC_HARFBUZZ_ICU QUIET harfbuzz-icu)
/third_party/boost/tools/cmake/include/
DBoostFetch.cmake65 … FetchContent_Declare(${NAME} QUIET GIT_REPOSITORY "https://github.com/${REPO}" GIT_TAG ${__TAG})
69 …FetchContent_Declare(${NAME} QUIET GIT_REPOSITORY "https://github.com/${REPO}" GIT_TAG ${__TAG} GI…
/third_party/boost/libs/compute/test/extra/
DCMakeLists.txt46 find_package(Qt4 QUIET)
52 find_package(Qt5Widgets QUIET)
/third_party/node/deps/icu-small/source/tools/icuexportdata/
Dicuexportdata.cpp24 UBool QUIET = FALSE; variable
114 if (!QUIET) { in prepareOutputFile()
188 QUIET = options[OPT_QUIET].doesOccur; in main()
/third_party/libwebsockets/lib/roles/dbus/
DCMakeLists.txt41 find_package(PkgConfig QUIET)
42 pkg_check_modules(PC_DBUS1 dbus-1 QUIET)
/third_party/pcre2/pcre2/cmake/
DFindPackageHandleStandardArgs.cmake3 # It handles the REQUIRED and QUIET argument to FIND_PACKAGE() and
13 # independent whether QUIET was used or not.

1234567