Credit Andrew - update libsndfile to 1.2.2; allow Maxchannels to be greater than...
[goodguy/cinelerra.git] / cinelerra-5.1 / thirdparty / src / libwebp-1.3.2.patch0
1 --- libwebp-1.3.2/src/libwebp.pc.in.orig        2023-09-15 19:52:28.960943568 +0300
2 +++ libwebp-1.3.2/src/libwebp.pc.in     2023-09-15 19:55:00.828943460 +0300
3 @@ -6,7 +6,7 @@
4  Name: libwebp
5  Description: Library for the WebP graphics format
6  Version: @PACKAGE_VERSION@
7 -Requires.private: libsharpyuv
8 +Requires: libsharpyuv
9  Cflags: -I${includedir}
10 -Libs: -L${libdir} -l@webp_libname_prefix@webp
11 +Libs: -L${libdir} -l@webp_libname_prefix@webp -lsharpyuv
12  Libs.private: -lm @PTHREAD_CFLAGS@ @PTHREAD_LIBS@