Revert "gstreamer-full: Fix link with x264"

This reverts commit e236d4f71a.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/204>
This commit is contained in:
Stéphane Cerveau 2020-10-09 18:17:03 +02:00
parent d5dcbdb51b
commit 751aacd8fc

View 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 = []