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

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


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

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

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

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




More information about the mesa-commit mailing list