diff options
author | Maarten Lankhorst <[email protected]> | 2014-03-06 15:20:56 +0100 |
---|---|---|
committer | Maarten Lankhorst <[email protected]> | 2014-03-10 17:08:19 +0100 |
commit | 8c136b53b79e90b9e8f30f891b8bef112fee375d (patch) | |
tree | ead859a9735573cb4df2913a04da7a12e9f0652e /src/gallium/targets/dri-nouveau/nouveau_dri.dyn | |
parent | 952fda4d3feca9b676a12d011523feaaf5836086 (diff) |
fix vdpau interop when using -Bsymbolic-functions in ldflags
Explicitly add radeon_drm_winsys_create and nouveau_drm_screen_create to
the dynamic list. This will ensure vdpau interop still works even when
the user links with -Bsymbolic-functions in hardened builds.
Signed-off-by: Maarten Lankhorst <[email protected]>
Tested-by: Rachel Greenham <[email protected]>
Reported-by: Peter Frühberger <[email protected]>
Reviewed-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/targets/dri-nouveau/nouveau_dri.dyn')
-rw-r--r-- | src/gallium/targets/dri-nouveau/nouveau_dri.dyn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/targets/dri-nouveau/nouveau_dri.dyn b/src/gallium/targets/dri-nouveau/nouveau_dri.dyn new file mode 100644 index 00000000000..a10356b2792 --- /dev/null +++ b/src/gallium/targets/dri-nouveau/nouveau_dri.dyn @@ -0,0 +1,3 @@ +{ + nouveau_drm_screen_create; +}; |