diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-03-13 12:21:39 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-03-13 12:22:07 +0000 |
commit | 6b8f92d84fd69a19bfad92efaff2701cb17618ec (patch) | |
tree | d2bf8960e4ecd25492218e3dd5b91484519fec85 /gst-libs/gst/audio/meson.build | |
parent | 04d25d9e4f130bf3f9b4914ad2b9556fc50ec3d2 (diff) |
audio: GST_EXPORT -> GST_AUDIO_BAD_API
We need different export decorators for the different libs.
For now no actual change though, just rename before the release,
and add prelude headers to define the new decorator to GST_EXPORT.
Diffstat (limited to 'gst-libs/gst/audio/meson.build')
-rw-r--r-- | gst-libs/gst/audio/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/audio/meson.build b/gst-libs/gst/audio/meson.build index e32bdf604..bc62c9f6f 100644 --- a/gst-libs/gst/audio/meson.build +++ b/gst-libs/gst/audio/meson.build @@ -1,5 +1,5 @@ badaudio_sources = ['gstnonstreamaudiodecoder.c'] -badaudio_headers = ['gstnonstreamaudiodecoder.h'] +badaudio_headers = ['gstnonstreamaudiodecoder.h', 'audio-bad-prelude.h'] install_headers(badaudio_headers, subdir : 'gstreamer-1.0/gst/audio') |