10 lines
258 B
PkgConfig
10 lines
258 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libturbojpeg
|
|
Description: A SIMD-accelerated JPEG codec that provides the TurboJPEG API
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lturbojpeg
|
|
Cflags: -I${includedir}
|