summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2012-09-04 21:08:19 -0700
committerAndreas Boll <[email protected]>2013-01-10 22:01:09 +0100
commit69089ef5b0b7ecd33e3126401472b0f64cf91a5b (patch)
treef71c72233e5a3edeeae059b847db5c2e78a83c37 /src/gallium/targets
parent405a9dabe2124e7ec89389d08ca37dd240a82b47 (diff)
Remove xvmc hack
Diffstat (limited to 'src/gallium/targets')
-rw-r--r--src/gallium/targets/Makefile.xvmc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/targets/Makefile.xvmc b/src/gallium/targets/Makefile.xvmc
index 0a0ac1b2621..8ae7e9a9ef7 100644
--- a/src/gallium/targets/Makefile.xvmc
+++ b/src/gallium/targets/Makefile.xvmc
@@ -25,8 +25,6 @@ else
endif
endif
-# XXX: Hack, XvMC public funcs aren't exported if we link to libxvmctracker.a :(
-C_SOURCES += $(wildcard $(TOP)/src/gallium/state_trackers/xvmc/*.c)
OBJECTS = $(C_SOURCES:.c=.o) \
$(ASM_SOURCES:.S=.o)