Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6bec26c authored by Markus F.X.J. Oberhumer's avatar Markus F.X.J. Oberhumer
Browse files

lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.c



Rename the source file to match the function name and thereby
also make room for a possible future even slightly faster
"non-safe" decompressor version.

Signed-off-by: default avatarMarkus F.X.J. Oberhumer <markus@oberhumer.com>
parent 19f949f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
 */

#ifdef STATIC
#include "lzo/lzo1x_decompress.c"
#include "lzo/lzo1x_decompress_safe.c"
#else
#include <linux/decompress/unlzo.h>
#endif
+1 −1
Original line number Diff line number Diff line
lzo_compress-objs := lzo1x_compress.o
lzo_decompress-objs := lzo1x_decompress.o
lzo_decompress-objs := lzo1x_decompress_safe.o

obj-$(CONFIG_LZO_COMPRESS) += lzo_compress.o
obj-$(CONFIG_LZO_DECOMPRESS) += lzo_decompress.o
+0 −0

File moved.