mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
c1334247fd
PD#SWPL-195922 Problem: No amfc driver on 6.12 Solution: add it Verify: local Change-Id: I781fad57d8d0ecee60a9157a628fef23c2f2c76b 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}
|