Module: Mesa
Branch: master
Commit: fce888a7066bfaaddd7272393e8bc54ce6a5cb67
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=fce888a7066bfaaddd7272393e8bc54ce6a5cb67

Author: Christian König <[email protected]>
Date:   Tue Feb 21 14:09:42 2012 +0100

st/vdpau: fix use of *.o in Makefile.vdpau

Signed-off-by: Christian König <[email protected]>

---

 src/gallium/targets/Makefile.vdpau |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/targets/Makefile.vdpau 
b/src/gallium/targets/Makefile.vdpau
index c59cd02..7206164 100644
--- a/src/gallium/targets/Makefile.vdpau
+++ b/src/gallium/targets/Makefile.vdpau
@@ -27,9 +27,9 @@ else
 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) \
-         $(TOP)/src/gallium/state_trackers/vdpau/*.o
+         $(ASM_SOURCES:.S=.o)
 
 ##### RULES #####
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to