diff options
Diffstat (limited to 'src/gallium/targets/radeonsi')
-rw-r--r-- | src/gallium/targets/radeonsi/vdpau/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gallium/targets/radeonsi/vdpau/Makefile.am b/src/gallium/targets/radeonsi/vdpau/Makefile.am index cd4dcfc1dd7..22d3c280aaf 100644 --- a/src/gallium/targets/radeonsi/vdpau/Makefile.am +++ b/src/gallium/targets/radeonsi/vdpau/Makefile.am @@ -39,16 +39,13 @@ libvdpau_radeonsi_la_LDFLAGS = \ $(GALLIUM_VDPAU_LINKER_FLAGS) libvdpau_radeonsi_la_LIBADD = \ - $(top_builddir)/src/gallium/auxiliary/libgallium.la \ $(top_builddir)/src/gallium/drivers/radeonsi/libradeonsi.la \ - $(top_builddir)/src/gallium/state_trackers/vdpau/libvdpautracker.la \ $(top_builddir)/src/gallium/winsys/radeon/drm/libradeonwinsys.la \ $(top_builddir)/src/gallium/drivers/trace/libtrace.la \ $(top_builddir)/src/gallium/drivers/rbug/librbug.la \ $(top_builddir)/src/gallium/drivers/noop/libnoop.la \ + $(GALLIUM_VDPAU_LIB_DEPS) \ $(GALLIUM_DRI_LIB_DEPS) \ - $(VDPAU_LIBS) \ - $(LIBDRM_LIBS) \ $(RADEON_LIBS) if HAVE_MESA_LLVM |