mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 10:30:13 +01:00
st/vdpau: fix use of *.o in Makefile.vdpau
Signed-off-by: Christian König <deathsimple@vodafone.de>
This commit is contained in:
parent
acbc3c9678
commit
fce888a706
1 changed files with 2 additions and 2 deletions
|
|
@ -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 #####
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue