[Mesa-dev] [PATCH 15/16] targets/omx: use GALLIUM_VIDEO_CFLAGS
Christian König
christian.koenig at amd.com
Sat Apr 5 02:35:17 PDT 2014
Am 05.04.2014 03:47, schrieb Emil Velikov:
> Cc: 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>
> ---
> src/gallium/targets/r600/omx/Makefile.am | 8 +-------
> src/gallium/targets/radeonsi/omx/Makefile.am | 8 +-------
> 2 files changed, 2 insertions(+), 14 deletions(-)
>
> diff --git a/src/gallium/targets/r600/omx/Makefile.am b/src/gallium/targets/r600/omx/Makefile.am
> index 62e3970..e96027e 100644
> --- a/src/gallium/targets/r600/omx/Makefile.am
> +++ b/src/gallium/targets/r600/omx/Makefile.am
> @@ -23,13 +23,7 @@
> include $(top_srcdir)/src/gallium/Automake.inc
>
> AM_CFLAGS = \
> - $(GALLIUM_CFLAGS) \
> - $(VISIBILITY_CFLAGS) \
> - $(PTHREAD_CFLAGS) \
> - $(LIBDRM_CFLAGS)
> -AM_CPPFLAGS = \
> - -I$(top_srcdir)/src/gallium/drivers \
> - -I$(top_srcdir)/src/gallium/winsys
> + $(GALLIUM_VIDEO_CFLAGS)
>
> omxdir = $(OMX_LIB_INSTALL_DIR)
> omx_LTLIBRARIES = libomx_r600.la
> diff --git a/src/gallium/targets/radeonsi/omx/Makefile.am b/src/gallium/targets/radeonsi/omx/Makefile.am
> index 859659e..2cfc270 100644
> --- a/src/gallium/targets/radeonsi/omx/Makefile.am
> +++ b/src/gallium/targets/radeonsi/omx/Makefile.am
> @@ -23,13 +23,7 @@
> include $(top_srcdir)/src/gallium/Automake.inc
>
> AM_CFLAGS = \
> - $(GALLIUM_CFLAGS) \
> - $(VISIBILITY_CFLAGS) \
> - $(PTHREAD_CFLAGS) \
> - $(LIBDRM_CFLAGS)
> -AM_CPPFLAGS = \
> - -I$(top_srcdir)/src/gallium/drivers \
> - -I$(top_srcdir)/src/gallium/winsys
> + $(GALLIUM_VIDEO_CFLAGS)
>
> omxdir = $(OMX_LIB_INSTALL_DIR)
> omx_LTLIBRARIES = libomx_radeonsi.la
More information about the mesa-dev
mailing list