targets/xvmc: do not link against libtrace.la
authorEmil Velikov <emil.l.velikov@gmail.com>
Sat, 9 Nov 2013 22:56:33 +0000 (22:56 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sat, 16 Nov 2013 16:31:04 +0000 (16:31 +0000)
In order to use the trace driver, one needs to define
GALLIUM_TRACE. Neither one of the two targets was
defining it, thus we're safe to remove libtrace.la.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/gallium/targets/r600/xvmc/Makefile.am
src/gallium/targets/xvmc-nouveau/Makefile.am

index a21da80ad0004dcfaf547b35f1ff2a598637c5f5..7fe9b1a73e521783269046303773c319eef4389a 100644 (file)
@@ -38,7 +38,6 @@ libXvMCr600_la_LDFLAGS = \
 libXvMCr600_la_LIBADD = \
        $(top_builddir)/src/gallium/drivers/r600/libr600.la \
        $(top_builddir)/src/gallium/winsys/radeon/drm/libradeonwinsys.la \
-       $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
        $(GALLIUM_XVMC_LIB_DEPS) \
        $(GALLIUM_DRI_LIB_DEPS) \
        $(RADEON_LIBS)
index bd30e4de39801346682e674cdca9146c87777ef0..4a45f41c11b0ce02e3d198ba195c9d5f5bf5bb9e 100644 (file)
@@ -39,7 +39,6 @@ libXvMCnouveau_la_LDFLAGS = \
 libXvMCnouveau_la_LIBADD = \
        $(top_builddir)/src/gallium/winsys/nouveau/drm/libnouveaudrm.la \
        $(top_builddir)/src/gallium/drivers/nouveau/libnouveau.la \
-       $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
        $(GALLIUM_XVMC_LIB_DEPS) \
        $(GALLIUM_DRI_LIB_DEPS) \
        $(NOUVEAU_LIBS)