summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorStéphane Cerveau <scerveau@collabora.com>2020-10-12 17:46:04 +0200
committerStéphane Cerveau <scerveau@collabora.com>2020-10-14 16:05:13 +0200
commitd5dcbdb51bfee9c9b3085a62fbe30f6f457991ad (patch)
treedc0f0ef8da10721a65ccc2494b18524cf3fb194b /meson_options.txt
parent71616b93174dc2fa41a8379a492e871560ee98b7 (diff)
downloadgstreamer-d5dcbdb51bfee9c9b3085a62fbe30f6f457991ad.tar.gz
gst-full: use a default version script
Use a default version script instead of Bsymbolic to get rid of x264 and ffmpeg symbol relocation issue. https://gitlab.freedesktop.org/gstreamer/gst-build/-/issues/108 Export only glib and gstreamer symbols. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/204>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index a3b73a1538..1cc6c547b1 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -21,7 +21,7 @@ option('qt5', type : 'feature', value : 'auto', description : 'Qt5 Support')
option('custom_subprojects', type : 'string', value : '', description : 'Comma-separated project names')
option('gst-full-libraries', type : 'array', value : [],
description : '''List of libraries to expose in gstreamer-full's ABI. gstreamer, glib and gobject are always included.''')
-option('gst-full-version-script', type : 'string', value: '',
+option('gst-full-version-script', type : 'string', value: 'gstreamer-full-default.map',
description : 'path of the version script to be used by the linker, see https://www.gnu.org/software/gnulib/manual/html_node/LD-Version-Scripts.html')
# Common options, automatically inherited by subprojects