mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +00:00
tools: gst-validate-images-check: Fix typo
https://bugzilla.gnome.org/show_bug.cgi?id=792035
This commit is contained in:
parent
3bc6d34859
commit
0235ad6d03
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ main (int argc, char **argv)
|
|||
|
||||
setlocale (LC_ALL, "");
|
||||
|
||||
g_set_prgname ("gst-validate-mages-check-" GST_API_VERSION);
|
||||
g_set_prgname ("gst-validate-images-check-" GST_API_VERSION);
|
||||
ctx = g_option_context_new ("/reference/file/path /compared/file/path");
|
||||
|
||||
g_option_context_set_summary (ctx,
|
||||
|
|
|
@ -39,7 +39,7 @@ if rtsp_server_dep.found()
|
|||
endif
|
||||
|
||||
if cairo_dep.found()
|
||||
executable('gst-validate-image-check-' + apiversion,
|
||||
executable('gst-validate-images-check-' + apiversion,
|
||||
'gst-validate-images-check.c',
|
||||
install: true,
|
||||
include_directories : inc_dirs,
|
||||
|
|
Loading…
Reference in a new issue