From 0ecac8f68adbc10447c772a99f215d2e7438fd02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 24 Dec 2017 11:36:01 +0100 Subject: [PATCH] Fix typo in gstreamer-bad-audio-1.0.pc https://bugzilla.gnome.org/show_bug.cgi?id=791910 --- pkgconfig/gstreamer-bad-audio.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgconfig/gstreamer-bad-audio.pc.in b/pkgconfig/gstreamer-bad-audio.pc.in index 6536a0aa8e..cb9b532844 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}