rg_etc: Correct ifdef to keep function available for debug build
authorStefan Schmidt <s.schmidt@samsung.com>
Mon, 11 May 2015 12:44:57 +0000 (14:44 +0200)
committerStefan Schmidt <s.schmidt@samsung.com>
Mon, 11 May 2015 13:00:12 +0000 (15:00 +0200)
commitd1b414a6eca180702caf9c980b163023deada0d7
tree61436ed267d2d432c15ed8a3933abd22b324f93e
parent9e0a00d768b90917a0b190420c65db8d4c640ed2
rg_etc: Correct ifdef to keep function available for debug build

In the nightly builds we have debug enabled and this spotted the case where
rg_etc1_solution_coordinates_block_colors_get is actually still used:

lib/eet/.libs/libeet.so: undefined reference to `rg_etc1_solution_coordinates_block_colors_get'

Showed only after we switched back from release to dev mode.

@fix
src/static_libs/rg_etc/rg_etc1.c