summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-01-16 18:56:26 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-01-22 12:39:48 +0200
commit8a1fa31c67a2ff494ed4bce7692815501a6c2f31 (patch)
tree0580b1f838b9e70558e833165eb9c135158039ed /configure.ac
parenta2376d00cf3448309ac55033b2c0578df52c107a (diff)
downloadgstreamer-plugins-bad-8a1fa31c67a2ff494ed4bce7692815501a6c2f31.tar.gz
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 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ac214128c..186a8c3a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3570,6 +3570,7 @@ gst-libs/gst/wayland/Makefile
gst-libs/gst/base/Makefile
gst-libs/gst/player/Makefile
gst-libs/gst/video/Makefile
+gst-libs/gst/audio/Makefile
sys/Makefile
sys/dshowdecwrapper/Makefile
sys/acmenc/Makefile
@@ -3723,6 +3724,8 @@ pkgconfig/gstreamer-bad-base.pc
pkgconfig/gstreamer-bad-base-uninstalled.pc
pkgconfig/gstreamer-bad-video.pc
pkgconfig/gstreamer-bad-video-uninstalled.pc
+pkgconfig/gstreamer-bad-audio.pc
+pkgconfig/gstreamer-bad-audio-uninstalled.pc
tools/Makefile
m4/Makefile
)