From 751aacd8fc3acad27edb85da27e27f59f04b83ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Fri, 9 Oct 2020 18:17:03 +0200 Subject: [PATCH] Revert "gstreamer-full: Fix link with x264" This reverts commit e236d4f71a014cb26417428cc3dac881200e455d. Part-of: --- meson.build | 7 ------- 1 file changed, 7 deletions(-) diff --git a/meson.build b/meson.build index 3a187b111e..804c896d60 100644 --- a/meson.build +++ b/meson.build @@ -259,14 +259,7 @@ if get_option('default_library') == 'static' all_plugins_paths] ) - # Avoid a x264 link issue described here: https://gitlab.freedesktop.org/gstreamer/gst-build/-/issues/108 - # Similar issue has been found with VLC: https://mailman.videolan.org/pipermail/vlc-devel/2009-March/057640.html gstfull_link_args = [] - if cc.has_link_argument('-Wl,-Bsymbolic') - gstfull_link_args += ['-Wl,-Bsymbolic'] - endif - - # Get a list of libraries that needs to be exposed in the ABI. exposed_libs = [] incdir_deps = []