--- src/libbpg-0.9.7/x265/source/encoder/ratecontrol.cpp 2016-05-31 06:37:01.302675761 +0200 +++ old/libbpg-0.9.7/x265/source/encoder/ratecontrol.cpp 2016-05-15 11:06:19.000000000 +0200 @@ -49,7 +49,7 @@ {\ bErr = 0;\ p = strstr(opts, opt "=");\ - char* q = strstr(opts, "no-" opt);\ + char* q = strstr(opts, "no-"opt);\ if (p && sscanf(p, opt "=%d" , &i) && param_val != i)\ bErr = 1;\ else if (!param_val && !q && !p)\