mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
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:
parent
d5dcbdb51b
commit
751aacd8fc
1 changed files with 0 additions and 7 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Reference in a new issue