Evas ETC2: Remove some C99/GCC extensions code
authorJean-Philippe ANDRE <jpeg@videolan.org>
Sun, 22 Jun 2014 09:35:33 +0000 (18:35 +0900)
committerJean-Philippe ANDRE <jpeg@videolan.org>
Sun, 22 Jun 2014 09:59:52 +0000 (18:59 +0900)
commit60895e1a140e9db30cfd9c2d8ce3f8e2cb86f271
tree18534140ba7a756b58beef6c8faff3bb6ad0a2d1
parent4d35471e8e7fe91f657c1dca05bbb2dbd6cda8e3
Evas ETC2: Remove some C99/GCC extensions code

There is still some C99 code in the file in the form of
  for (int k = 0; ...)

If there's a strong requirement not to use this form, I'll
change it, otherwise I find this specific code style more
readable (k is local to this iteration).

This patch and the previous one even give a ~10% speedup
on the encoding time. Sweet :)
src/static_libs/rg_etc/etc2_encoder.c