diff -r 527d03c56d68 source/x265.h --- a/source/x265.h Tue Mar 04 03:13:00 2014 +0530 +++ b/source/x265.h Fri Mar 14 16:08:12 2014 +0100 @@ -240,7 +240,7 @@ int height[3]; } x265_cli_csp; -const x265_cli_csp x265_cli_csps[] = +static const x265_cli_csp x265_cli_csps[] = { { 1, { 0, 0, 0 }, { 0, 0, 0 } }, /* i400 */ { 3, { 0, 1, 1 }, { 0, 1, 1 } }, /* i420 */