Mesa (master): st/vdpau: fix use of *.o in Makefile.vdpau

Christian König deathsimple at kemper.freedesktop.org
Tue Feb 28 23:03:52 UTC 2012


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

Author: Christian König <deathsimple at vodafone.de>
Date:   Tue Feb 21 14:09:42 2012 +0100

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

Signed-off-by: Christian König <deathsimple at vodafone.de>

---

 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 #####
 




More information about the mesa-commit mailing list