tools: gst-validate-images-check: Fix typo

https://bugzilla.gnome.org/show_bug.cgi?id=792035
This commit is contained in:
Wonchul Lee 2017-12-29 11:25:05 +09:00 committed by Tim-Philipp Müller
parent 3bc6d34859
commit 0235ad6d03
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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,