James Zern
|
31c28db53c
|
libwebp{,demux,mux}.pc.in: Requires -> Requires.private
The libraries don't expose the symbols in libsharpyuv / libwebp, they're
only needed when static linking.
Noted for libwebp (Requires: libsharpyuv) in:
https://crbug.com/webp/590#c5. libwebpdemux and libwebpmux had a similar
issue with libwebp.
See also:
https://web.archive.org/web/20190921014607/https://wiki.openmandriva.org/en/Overlinking_issues_in_packaging
Change-Id: Ia1866b6b44cbb1ef1a77fd45fbcf10c027eae788
|
2023-01-17 18:32:44 -08:00 |
|
James Zern
|
28aedcb9b0
|
*.pc.in: rename lib_prefix to webp_libname_prefix
this will help avoid any future conflicts with the more generic autoconf
type name
Change-Id: I0311e03a11a541118025c7dbe8309365f6efa847
|
2022-10-24 16:44:42 -07:00 |
|
James Zern
|
2498209ba9
|
*.pc.in: add lib prefix to lib names w/MSVC
this fixes the library names output after:
9ac25bcb3 CMakeLists.txt,win32: match naming convention used by nmake
before this change:
pkg-config --libs --msvc-syntax \
libwebp libwebpdemux libwebpmux libsharpyuv libwebpdecoder
/libpath:.../lib webpdemux.lib webpmux.lib webp.lib
sharpyuv.lib webpdecoder.lib
after:
pkg-config --libs --msvc-syntax \
libwebp libwebpdemux libwebpmux libsharpyuv libwebpdecoder
/libpath:.../lib libwebpdemux.lib libwebpmux.lib libwebp.lib
libsharpyuv.lib libwebpdecoder.lib
Bug: webp:584
Change-Id: Ic3693b58a40e0ba683333065003b1c00aab0cf48
Fixed: webp:584
|
2022-10-17 14:07:02 -07:00 |
|
James Zern
|
aaf2530cc3
|
{extras,mux}/Makefile.am: add missing -lm
+ libwebpmux.pc
quality_estimate.c, anim_encode.c rely on functions from math.h
BUG=webp:306
Change-Id: I3a8eb48febfd52bfbeb04f4dc615ccbed72926f7
|
2016-08-15 22:32:46 -07:00 |
|
James Zern
|
1bfcf5bf42
|
add libwebpmux.pc
Change-Id: If21e3ec73f2eb451c6042d1aecda8d03259f601f
|
2013-03-12 22:58:37 -07:00 |
|