mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
libs: only export gst_vaapi_*() symbols.
This fixes symbol clashes between the gst-vaapi built-in codecparsers/ library and the system-provided one, mainly used by videoparses/. Now, only symbols with the gst_vaapi_* prefix will be exported, if they are not marked as "hidden" to libgstvaapi.
This commit is contained in:
parent
df1eb6e01e
commit
1d669a3e12
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ libgstvaapi_@GST_MAJORMINOR@_la_LIBADD = \
|
|||
|
||||
libgstvaapi_@GST_MAJORMINOR@_la_LDFLAGS = \
|
||||
$(GST_ALL_LDFLAGS) \
|
||||
-export-symbols-regex "^gst_.*vaapi.*" \
|
||||
$(NULL)
|
||||
|
||||
libgstvaapi_drm_@GST_MAJORMINOR@_la_SOURCES = \
|
||||
|
|
Loading…
Reference in a new issue