eet: Switch from obsolete LZ4_uncompress function to LZ4_decompress_fast
authorStefan Schmidt <s.schmidt@samsung.com>
Wed, 10 Dec 2014 13:34:42 +0000 (14:34 +0100)
committerStefan Schmidt <s.schmidt@samsung.com>
Wed, 10 Dec 2014 13:52:58 +0000 (14:52 +0100)
commit6b27d7add27c69bb45da04cf78c7f3a8b51e1324
tree0837f88631c43235fa7ce2b800d546984b35ba1a
parent2e977a1e50ef4265aaa3e3212f6ed8b46015758a
eet: Switch from obsolete LZ4_uncompress function to LZ4_decompress_fast

The function is declared as obsolete and in some newer headers it is no
longer defined. The new function is the same besides the name change.
src/lib/eet/eet_image.c
src/lib/eet/eet_lib.c