• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: libjpeg
7Description: A SIMD-accelerated JPEG codec that provides the libjpeg API
8Version: @PACKAGE_VERSION@
9Libs: -L${libdir} -ljpeg
10Cflags: -I${includedir}
11