summaryrefslogtreecommitdiff
path: root/vorbis.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* pkg-config: Only append -lm if necessary.Ralph Giles2020-06-121-1/+1
| | | | | | | | | Some systems don't require a separate -lm to link with libc math functions. The configure script checks for this, so use the corresponding variable to set the dependent libraries in vorbis.pc dynamically. Signed-off-by: Marvin Scholz <epirat07@gmail.com>
* Update pkgconfig files to reduce overlinking.Tim Terriberry2013-03-291-2/+3
| | | | | | | | | Patch from Cristian Rodriguez. Reviewed by: David Schleef, Conrad Parker, Ron Lee Thanks to Brad Smith for kicking us. Fixes #1759. svn path=/trunk/vorbis/; revision=18889
* add pkg-config support for vorbiscalc2003-09-111-0/+14
svn path=/trunk/vorbis/; revision=5333