summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2012-09-04 13:13:51 -0700
committerAndreas Boll <[email protected]>2013-01-10 22:01:09 +0100
commit1ba5d8ac40b791d6b5a67299509607c3bdd44e57 (patch)
tree5de7d04432457cb7b162fa4f9f07e6ed18ef28f1 /src/gallium/targets
parent083dcdf8095c32e20f046d57df445c958617d70b (diff)
Remove vdpau hack
Diffstat (limited to 'src/gallium/targets')
-rw-r--r--src/gallium/targets/Makefile.vdpau2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/targets/Makefile.vdpau b/src/gallium/targets/Makefile.vdpau
index a00ebf33c50..dec64ca26f8 100644
--- a/src/gallium/targets/Makefile.vdpau
+++ b/src/gallium/targets/Makefile.vdpau
@@ -25,8 +25,6 @@ else
endif
endif
-# XXX: Hack, VDPAU public funcs aren't exported if we link to libvdpautracker.a :(
-C_SOURCES += $(TOP)/src/gallium/state_trackers/vdpau/device.c
OBJECTS = $(C_SOURCES:.c=.o) \
$(ASM_SOURCES:.S=.o)