mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
916e1b7f7f
PD#SWPL-169230 Problem: Previous commit https://scgit.amlogic.com/#/c/427562/ including a close source binary for zstd compress, which have license problems Solution: 1, remove this binary in auto-patch; 2, add source code for this binary Verify: S7D Change-Id: Ic0355b6ad3d0d91a9772d007fa2c9797f18004b1 Signed-off-by: Tao Zeng <tao.zeng@amlogic.com>
17 lines
446 B
Plaintext
17 lines
446 B
Plaintext
# ZSTD - standard compression algorithm
|
|
# Copyright (C) 2014-2016, Yann Collet, Facebook
|
|
# BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
|
|
|
|
prefix=@PREFIX@
|
|
exec_prefix=@EXEC_PREFIX@
|
|
includedir=@INCLUDEDIR@
|
|
libdir=@LIBDIR@
|
|
|
|
Name: zstd
|
|
Description: fast lossless compression algorithm library
|
|
URL: http://www.zstd.net/
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lzstd
|
|
Libs.private: @LIBS_PRIVATE@
|
|
Cflags: -I${includedir}
|