diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-01-16 18:59:43 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-01-22 12:39:48 +0200 |
commit | c87a7e266732ab9a0bd0e5a5c104b06d0f1a2072 (patch) | |
tree | 57683d14204828d512e8e9114377a9349fb3da66 /gst-libs | |
parent | 8a1fa31c67a2ff494ed4bce7692815501a6c2f31 (diff) | |
download | gstreamer-plugins-bad-c87a7e266732ab9a0bd0e5a5c104b06d0f1a2072.tar.gz |
base/audio/video: Install headers and pkg-config files
They are still considered unstable API but it would be good to give them some
wider testing already to make sure the API is useful.
https://bugzilla.gnome.org/show_bug.cgi?id=760733
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/audio/Makefile.am | 3 | ||||
-rw-r--r-- | gst-libs/gst/base/Makefile.am | 4 | ||||
-rw-r--r-- | gst-libs/gst/video/Makefile.am | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/gst-libs/gst/audio/Makefile.am b/gst-libs/gst/audio/Makefile.am index 9e0e2e111..d81014894 100644 --- a/gst-libs/gst/audio/Makefile.am +++ b/gst-libs/gst/audio/Makefile.am @@ -23,4 +23,5 @@ libgstbadaudio_@GST_API_VERSION@_la_LIBADD = \ libgstbadaudio_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS) -noinst_HEADERS = gstaudioaggregator.h +libgstaudio_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/audio +libgstaudio_@GST_API_VERSION@include_HEADERS = gstaudioaggregator.h diff --git a/gst-libs/gst/base/Makefile.am b/gst-libs/gst/base/Makefile.am index 0d55368ef..993701d77 100644 --- a/gst-libs/gst/base/Makefile.am +++ b/gst-libs/gst/base/Makefile.am @@ -9,8 +9,8 @@ libgstbadbase_@GST_API_VERSION@_la_CFLAGS = $(GST_CFLAGS) \ libgstbadbase_@GST_API_VERSION@_la_LIBADD = $(GST_LIBS) libgstbadbase_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS) -noinst_HEADERS = \ - gstaggregator.h +libgstbase_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/base +libgstbase_@GST_API_VERSION@include_HEADERS = gstaggregator.h EXTRA_DIST = diff --git a/gst-libs/gst/video/Makefile.am b/gst-libs/gst/video/Makefile.am index 510828190..6cdad6f53 100644 --- a/gst-libs/gst/video/Makefile.am +++ b/gst-libs/gst/video/Makefile.am @@ -23,4 +23,5 @@ libgstbadvideo_@GST_API_VERSION@_la_LIBADD = \ libgstbadvideo_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS) -noinst_HEADERS = gstvideoaggregatorpad.h gstvideoaggregator.h +libgstvideo_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/video +libgstvideo_@GST_API_VERSION@include_HEADERS = gstvideoaggregatorpad.h gstvideoaggregator.h |