vcpkg/ports/speex/0001-make-pkg-config-lib-name-configurable.patch
Matthew Oliver 272269583c
[ffmpeg] Add feature support for zlib, iconv, fdk-aac, mp3lame, opus, soxr, theora. (#11277)
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2020-08-18 12:58:14 -07:00

14 lines
333 B
Diff

diff --git a/speex.pc.in b/speex.pc.in
index 97bba4f..52a1d3c 100644
--- a/speex.pc.in
+++ b/speex.pc.in
@@ -10,6 +10,6 @@ Description: Speex is an audio codec tuned for speech
Version: @SPEEX_VERSION@
Requires:
Conflicts:
-Libs: -L${libdir} -lspeex
+Libs: -L${libdir} -l@SPEEXLIB@
Libs.private: @LIBM@
Cflags: -I${includedir}