[Mesa-dev] [PATCH 01/25] st/xvmc: fix use of *.o in Makefile.xvmc

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


Signed-off-by: Christian König <deathsimple at vodafone.de>
---
 src/gallium/targets/Makefile.xvmc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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



More information about the mesa-dev mailing list