diff options
-rw-r--r-- | pkgconfig/gstreamer-bad-audio.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgconfig/gstreamer-bad-audio.pc.in b/pkgconfig/gstreamer-bad-audio.pc.in index 6536a0aa8..cb9b53284 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-base-@GST_API_VERSION@ -Libs: -L${libdir} -gstbadaudio-@GST_API_VERSION@ +Libs: -L${libdir} -lgstbadaudio-@GST_API_VERSION@ Cflags: -I${includedir} |