diff options
author | Emil Velikov <[email protected]> | 2014-02-08 01:40:40 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-02-11 21:27:45 +0000 |
commit | 927b9e8eb831e644e3029428e35035875c19d431 (patch) | |
tree | ee20daaa22d5de2fe7a8007d0b1832bc92090ea0 /src/gallium/state_trackers/vdpau | |
parent | 255b39f17ac3e84ae1db55bda37881f76d1ac8b3 (diff) |
st/vdpau: automake: export only PUBLIC symbols
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Reviewed-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/vdpau')
-rw-r--r-- | src/gallium/state_trackers/vdpau/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/vdpau/Makefile.am b/src/gallium/state_trackers/vdpau/Makefile.am index a2fa3667b04..a74b5bfb6f9 100644 --- a/src/gallium/state_trackers/vdpau/Makefile.am +++ b/src/gallium/state_trackers/vdpau/Makefile.am @@ -28,6 +28,7 @@ VDPAU_MINOR = 0 AM_CFLAGS = \ $(GALLIUM_CFLAGS) \ + $(VISIBILITY_CFLAGS) \ $(VDPAU_CFLAGS) AM_CPPFLAGS = \ -I$(top_srcdir)/include \ |