12 lines
270 B
PkgConfig
12 lines
270 B
PkgConfig
|
prefix=${pcfiledir}/../..
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${prefix}/lib
|
||
|
includedir=${prefix}/../include
|
||
|
|
||
|
Name: libturbojpeg
|
||
|
Description: A SIMD-accelerated JPEG codec that provides the TurboJPEG API
|
||
|
Version: 3.1.0
|
||
|
Libs: "-L${libdir}" -lturbojpeg
|
||
|
Cflags: "-I${includedir}"
|
||
|
|