Revert "gstreamer-full: Fix link with x264"
authorStéphane Cerveau <scerveau@collabora.com>
Fri, 9 Oct 2020 16:17:03 +0000 (18:17 +0200)
committerStéphane Cerveau <scerveau@collabora.com>
Wed, 14 Oct 2020 14:05:13 +0000 (16:05 +0200)
This reverts commit e236d4f71a014cb26417428cc3dac881200e455d.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/204>

meson.build

index 3a187b1..804c896 100644 (file)
@@ -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 = []