efl/src/static_libs/rg_etc
Gustavo Sverzut Barbieri 525d1e0629 cmake: add EFL_SUPPORT_LIB() and simplify/speedup its usage.
generate a static library for src/static_libs and use that as
LIBRARIES for the actual library, for those such as rg_etc that are
used multiple times will even speed up the final build by compiling
only once.

Although not used, they can be made into shared libraries that would
go inside /usr/lib/efl/support/v-1.19/libname.so
2017-01-27 12:52:14 -02:00
..
CMakeLists.txt cmake: add EFL_SUPPORT_LIB() and simplify/speedup its usage. 2017-01-27 12:52:14 -02:00
README
etc2_encoder.c
rg_etc1.c efl: fix misleading indentation 2016-05-18 21:57:02 +02:00
rg_etc1.h rg_etc: use void to force empty function parameters 2015-11-26 17:27:01 +01:00
rg_etc2.c efl: everyone should now rely on Eina MIN/MAX redefinition. 2016-05-09 16:58:53 -07:00

README

Copyright notice for rg_etc1.

rg-etc1 has been originally written by Rich Geldreich <richgel99@gmail.com>
in C++ and then converted to plain C by the EFL team to fit the rest of
the EFL.

The original code comes from:
https://code.google.com/p/rg-etc1/

For the ZLIB license below, see http://opensource.org/licenses/Zlib

Copyright (c) 2012 Rich Geldreich

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.

3. This notice may not be removed or altered from any source distribution.