Merge "*.pc.in: rename lib_prefix to webp_libname_prefix" into main

This commit is contained in:
James Zern
2022-10-26 19:57:24 +00:00
committed by Gerrit Code Review
7 changed files with 11 additions and 11 deletions

View File

@ -7,5 +7,5 @@ Name: libsharpyuv
Description: Library for sharp RGB to YUV conversion
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -l@lib_prefix@sharpyuv
Libs: -L${libdir} -l@webp_libname_prefix@sharpyuv
Libs.private: -lm @PTHREAD_CFLAGS@ @PTHREAD_LIBS@