[Mesa-dev] [PATCH] targets/omx: do not link against the trace driver

Christian König deathsimple at vodafone.de
Fri Mar 28 05:55:28 PDT 2014


Am 28.03.2014 13:26, schrieb Emil Velikov:
> Unused due to the missing GALLIUM_TRACE define.
>
> Requested-by: Christian König <christian.koenig at amd.com>
> Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>

Reviewed-by: Christian König <christian.koenig at amd.com>

> ---
>
> Hi Christian
>
> Seems like none of the other video accel targets use the tracer.
> I'm assuming that the VDPAU issue(s) you've mentioned have been
> resolved.
>
> -Emil
>
>   src/gallium/targets/r600/omx/Makefile.am     | 1 -
>   src/gallium/targets/radeonsi/omx/Makefile.am | 1 -
>   2 files changed, 2 deletions(-)
>
> diff --git a/src/gallium/targets/r600/omx/Makefile.am b/src/gallium/targets/r600/omx/Makefile.am
> index 22ef08f..aecbb83 100644
> --- a/src/gallium/targets/r600/omx/Makefile.am
> +++ b/src/gallium/targets/r600/omx/Makefile.am
> @@ -46,7 +46,6 @@ libomx_r600_la_LDFLAGS = $(GALLIUM_OMX_LINKER_FLAGS)
>   libomx_r600_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_OMX_LIB_DEPS) \
>   	$(LIBDRM_LIBS) \
>   	$(RADEON_LIBS) \
> diff --git a/src/gallium/targets/radeonsi/omx/Makefile.am b/src/gallium/targets/radeonsi/omx/Makefile.am
> index 439e91c..3c37909 100644
> --- a/src/gallium/targets/radeonsi/omx/Makefile.am
> +++ b/src/gallium/targets/radeonsi/omx/Makefile.am
> @@ -46,7 +46,6 @@ libomx_radeonsi_la_LDFLAGS = $(GALLIUM_OMX_LINKER_FLAGS)
>   libomx_radeonsi_la_LIBADD = \
>   	$(top_builddir)/src/gallium/drivers/radeonsi/libradeonsi.la \
>   	$(top_builddir)/src/gallium/winsys/radeon/drm/libradeonwinsys.la \
> -	$(top_builddir)/src/gallium/drivers/trace/libtrace.la \
>   	$(GALLIUM_OMX_LIB_DEPS) \
>   	$(LIBDRM_LIBS) \
>   	$(RADEON_LIBS)



More information about the mesa-dev mailing list