summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-12-24 11:36:01 +0100
committerSebastian Dröge <sebastian@centricular.com>2018-01-17 16:14:25 +0200
commit9df2188846919183e057bcb3fabb28f0271876ad (patch)
treee9c0e9cdef19d3e5250a6672039e262927b1d34c
parent245df6fed27c379fa044e83b4122a825db0c8eef (diff)
downloadgstreamer-plugins-bad-9df2188846919183e057bcb3fabb28f0271876ad.tar.gz
Fix typo in gstreamer-bad-audio-1.0.pc
https://bugzilla.gnome.org/show_bug.cgi?id=791910
-rw-r--r--pkgconfig/gstreamer-bad-audio.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgconfig/gstreamer-bad-audio.pc.in b/pkgconfig/gstreamer-bad-audio.pc.in
index fa9001017..c7e05d6fd 100644
--- a/pkgconfig/gstreamer-bad-audio.pc.in
+++ b/pkgconfig/gstreamer-bad-audio.pc.in
@@ -9,5 +9,5 @@ Description: Bad audio library for GStreamer elements, Not Installed
Version: @VERSION@
Requires: gstreamer-@GST_API_VERSION@ gstreamer-bad-base-@GST_API_VERSION@
-Libs: -L${libdir} -gstbadaudio-@GST_API_VERSION@
+Libs: -L${libdir} -lgstbadaudio-@GST_API_VERSION@
Cflags: -I${includedir}