[Mesa-dev] [PATCH 02/25] st/vdpau: fix usage of *.o in Makefile.vdpau

Christian König deathsimple at vodafone.de
Mon Feb 27 08:25:30 PST 2012


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



More information about the mesa-dev mailing list