summaryrefslogtreecommitdiff
path: root/gst-libs/gst/interfaces/meson.build
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-03-13 12:41:42 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-03-13 12:41:42 +0000
commit97de0a3c69774b3e696055f87473f7ade422b8ae (patch)
tree4890dc39d22c0c638fc9ee1223e4f6f74e859ccc /gst-libs/gst/interfaces/meson.build
parent42491f0d113b38287e4546afbe3a58c78572ab31 (diff)
downloadgstreamer-plugins-bad-97de0a3c69774b3e696055f87473f7ade422b8ae.tar.gz
photography: GST_EXPORT -> GST_PHOTOGRAPHY_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/interfaces/meson.build')
-rw-r--r--gst-libs/gst/interfaces/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/interfaces/meson.build b/gst-libs/gst/interfaces/meson.build
index 23c984602..35290f731 100644
--- a/gst-libs/gst/interfaces/meson.build
+++ b/gst-libs/gst/interfaces/meson.build
@@ -1,5 +1,5 @@
photography_sources = ['photography.c']
-photo_headers = ['photography.h']
+photo_headers = ['photography.h', 'photography-prelude.h']
install_headers(photo_headers, subdir : 'gstreamer-1.0/gst/interfaces')
mkenums = find_program('build_mkenum.py')