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

Signed-off-by: Christian König <deathsimple@vodafone.de>
This commit is contained in:
Christian König 2012-02-21 14:09:42 +01:00
parent acbc3c9678
commit fce888a706
1 changed files with 2 additions and 2 deletions

View File

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