st/vdpau: fix use of *.o in Makefile.vdpau
Signed-off-by: Christian König <deathsimple@vodafone.de>
This commit is contained in:
@@ -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 #####
|
||||
|
||||
|
||||
Reference in New Issue
Block a user