mozjpeg.sh 400 B

123456789
  1. # mozjpeg.sh: part of the SBo mozjpeg build, by B. Watson
  2. # <yalhcru@gmail.com>. Source this file in your shell, to run
  3. # mozjpeg's binaries by default, and to compile software with
  4. # mozjpeg's libraries. Not installed +x by default to avoid
  5. # conflicting with Slackware's libjpeg-turbo package.
  6. export PATH=/opt/mozjpeg/bin:$PATH
  7. export PKG_CONFIG_PATH=/opt/mozjpeg/lib@/pkgconfig:$PKG_CONFIG_PATH