projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
405a9da
)
Remove xvmc hack
author
Matt Turner
<mattst88@gmail.com>
Wed, 5 Sep 2012 04:08:19 +0000
(21:08 -0700)
committer
Andreas Boll
<andreas.boll.dev@gmail.com>
Thu, 10 Jan 2013 21:01:09 +0000
(22:01 +0100)
src/gallium/targets/Makefile.xvmc
patch
|
blob
|
history
diff --git
a/src/gallium/targets/Makefile.xvmc
b/src/gallium/targets/Makefile.xvmc
index 0a0ac1b2621e3f1155bcca9a58b9a05efe79be7a..8ae7e9a9ef7638afc5502c3eb6720cdf0a38a2e5 100644
(file)
--- 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)