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
@ -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…
x
Reference in New Issue
Block a user