Files
mop3/lz4/lib/liblz4.pc.in
kamkow1 b9e8a8bf1d
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m53s
Integrate LZ4 library, compress the ramdisk
2026-03-07 02:54:26 +01:00

16 lines
409 B
PkgConfig

# LZ4 - Fast LZ compression algorithm
# Copyright (C) 2011-2020, Yann Collet.
# BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
prefix=@PREFIX@
libdir=@LIBDIR@
includedir=@INCLUDEDIR@
Name: lz4
Description: extremely fast lossless compression algorithm library
URL: http://www.lz4.org/
License: BSD-2-Clause
Version: @VERSION@
Libs: -L${libdir} -llz4
Cflags: -I${includedir}