diff options
author | Emil Velikov <[email protected]> | 2013-11-09 22:56:33 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2013-11-16 16:31:04 +0000 |
commit | 38e0b7eeaa7f29b39bb08dbfbe55ae6b64236954 (patch) | |
tree | 2c7c4be92511a90acd577f68f80780e1233eb957 | |
parent | dfcdece7c55edcdff1e2eece94e4be0ececcea79 (diff) |
targets/xvmc: do not link against libtrace.la
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 <[email protected]>
-rw-r--r-- | src/gallium/targets/r600/xvmc/Makefile.am | 1 | ||||
-rw-r--r-- | src/gallium/targets/xvmc-nouveau/Makefile.am | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/targets/r600/xvmc/Makefile.am b/src/gallium/targets/r600/xvmc/Makefile.am index a21da80ad00..7fe9b1a73e5 100644 --- a/src/gallium/targets/r600/xvmc/Makefile.am +++ b/src/gallium/targets/r600/xvmc/Makefile.am @@ -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) diff --git a/src/gallium/targets/xvmc-nouveau/Makefile.am b/src/gallium/targets/xvmc-nouveau/Makefile.am index bd30e4de398..4a45f41c11b 100644 --- a/src/gallium/targets/xvmc-nouveau/Makefile.am +++ b/src/gallium/targets/xvmc-nouveau/Makefile.am @@ -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) |