diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-01-16 18:56:26 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-01-22 12:39:48 +0200 |
commit | 8a1fa31c67a2ff494ed4bce7692815501a6c2f31 (patch) | |
tree | 0580b1f838b9e70558e833165eb9c135158039ed /pkgconfig | |
parent | a2376d00cf3448309ac55033b2c0578df52c107a (diff) |
audio: Move audioaggregator base class to a library
It's useful enough already to be used in other elements for audio aggregation,
let's give people the opportunity to use it and give it some API testing.
https://bugzilla.gnome.org/show_bug.cgi?id=760733
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/gstreamer-bad-audio-uninstalled.pc.in | 15 | ||||
-rw-r--r-- | pkgconfig/gstreamer-bad-audio.pc.in | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/pkgconfig/gstreamer-bad-audio-uninstalled.pc.in b/pkgconfig/gstreamer-bad-audio-uninstalled.pc.in new file mode 100644 index 000000000..11c3ebbf1 --- /dev/null +++ b/pkgconfig/gstreamer-bad-audio-uninstalled.pc.in @@ -0,0 +1,15 @@ +prefix= +exec_prefix= +libdir=${pcfiledir}/../gst-libs/gst/audio +includedir=${pcfiledir}/../gst-libs +pluginsdir=${pcfiledir}/.. + +Name: GStreamer bad audio library, uninstalled +Description: Bad audio library for GStreamer, Not Installed +Version: @VERSION@ +Requires: gstreamer-@GST_API_VERSION@ + +Libs: -L${libdir} ${libdir}/libgstbadaudio-@GST_API_VERSION@.la @BADBASE_LIBS@ +Cflags: -I${includedir} -I@srcdir@/.. @BADBASE_CFLAGS@ + +libraries=badaudio diff --git a/pkgconfig/gstreamer-bad-audio.pc.in b/pkgconfig/gstreamer-bad-audio.pc.in new file mode 100644 index 000000000..e861649c6 --- /dev/null +++ b/pkgconfig/gstreamer-bad-audio.pc.in @@ -0,0 +1,15 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@/gstreamer-@GST_API_VERSION@ +pluginsdir=@libdir@/gstreamer-@GST_API_VERSION@ + +Name: GStreamer bad audio library, uninstalled +Description: Bad audio library for GStreamer elements, Not Installed +Version: @VERSION@ +Requires: gstreamer-@GST_API_VERSION@ + +Libs: -L${libdir} ${libdir}/libgstbadaudio-@GST_API_VERSION@.la @BADBASE_LIBS@ +Cflags: -I${includedir} -I@srcdir@/.. @BADBASE_CFLAGS@ + +libraries=badaudio |