s/with/+/

This commit is contained in:
Devaev Maxim 2018-10-14 20:55:31 +03:00
parent 26d884c2da
commit 2f83742f1d

View File

@ -81,7 +81,7 @@ static const struct option _long_opts[] = {
static void _version(bool nl) {
printf(VERSION);
# ifdef OMX_ENCODER
printf(" with OMX");
printf(" + OMX");
# endif
if (nl) {
putchar('\n');