• Home
  • Raw
  • Download

Lines Matching +full:sign +full:- +full:compare

1 # Copyright (c) 2021-2022 Huawei Device Co., Ltd.
6 # http://www.apache.org/licenses/LICENSE-2.0
18 ":gst-inspect",
19 ":gst-launch",
39 "-Wall",
40 "-Werror",
41 "-DBUILDING_GST",
42 "-DG_LOG_DOMAIN=\"Gstreamer\"",
43 "-DGST_DISABLE_DEPRECATED",
44 "-DHAVE_CONFIG_H",
45 "-DOHOS_EXT_FUNC",
46 "-DOHOS_OPT_COMPAT",
47 "-DOHOS_OPT_STABLE",
48 "-DOHOS_OPT_CVE",
49 "-DOHOS_OPT_PERFORMANCE",
50 "-DOHOS_GLIB_COMPATIBLE",
51 "-fno-strict-aliasing",
52 "-Wno-sign-compare",
53 "-Wno-deprecated-declarations",
54 "-Wno-incompatible-pointer-types",
55 "-Wno-builtin-requires-header",
56 "-Wno-unused-variable",
57 "-Wno-unused-function",
58 "-Wno-unused-but-set-variable",
154 "-DHAVE_CONFIG_H",
155 "-fno-strict-aliasing",
156 "-Wno-sign-compare",
157 "-Wno-builtin-requires-header",
158 "-DG_LOG_DOMAIN=\"GStreamer\"",
165 "gst/printf/printf-args.c",
166 "gst/printf/printf-extension.c",
167 "gst/printf/printf-parse.c",
206 "-DHAVE_CONFIG_H",
207 "-fno-strict-aliasing",
208 "-Wno-sign-compare",
209 "-Wno-builtin-requires-header",
210 "-Wno-undefined-internal",
211 "-Wno-unused-function",
212 "-DOHOS_EXT_FUNC",
213 "-DOHOS_OPT_COMPAT",
214 "-DOHOS_OPT_CVE",
215 "-DOHOS_OPT_PERFORMANCE",
216 "-DOHOS_GLIB_COMPATIBLE",
217 "-DG_LOG_DOMAIN=\"GStreamer\"",
268 "-DHAVE_CONFIG_H",
269 "-fno-strict-aliasing",
270 "-Wno-sign-compare",
271 "-Wno-builtin-requires-header",
272 "-Wno-incompatible-pointer-types",
273 "-Wno-error=incompatible-pointer-types",
274 "-DOHOS_OPT_COMPAT",
275 "-DOHOS_OPT_STABLE",
276 "-DOHOS_EXT_FUNC",
277 "-DOHOS_OPT_PERFORMANCE",
278 "-DG_LOG_DOMAIN=\"GStreamer\"",
330 "-DHAVE_CONFIG_H",
331 "-DGST_USE_UNSTABLE_API",
332 "-fno-strict-aliasing",
333 "-Wno-sign-compare",
334 "-Wno-builtin-requires-header",
335 "-Wno-undefined-internal",
336 "-Wno-unused-function",
337 "-DG_LOG_DOMAIN=\"GStreamer\"",
380 "-DHAVE_CONFIG_H",
381 "-fno-strict-aliasing",
382 "-Wno-sign-compare",
383 "-Wno-builtin-requires-header",
384 "-Wno-error=incompatible-pointer-types",
385 "-DG_LOG_DOMAIN=\"GStreamer\"",
390 sources = [ "tools/gst-inspect.c" ]
395 ohos_executable("gst-inspect") {
407 sources = [ "tools/gst-launch.c" ]
412 ohos_executable("gst-launch") {