[Mesa-dev] [PATCH 1/3] st/va: automake: cleanup C{PP,}FLAGS

Christian König deathsimple at vodafone.de
Fri Dec 2 18:18:27 UTC 2016


Am 02.12.2016 um 17:26 schrieb Emil Velikov:
> From: Emil Velikov <emil.velikov at collabora.com>
>
> Remove some transitional left overs from the gallium pipe-loader rework
> and kill off unneeded AM_CPPFLAGS.
>
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>

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

> ---
>   src/gallium/state_trackers/va/Makefile.am | 12 ------------
>   1 file changed, 12 deletions(-)
>
> diff --git a/src/gallium/state_trackers/va/Makefile.am b/src/gallium/state_trackers/va/Makefile.am
> index 348cfe1..a70eede5 100644
> --- a/src/gallium/state_trackers/va/Makefile.am
> +++ b/src/gallium/state_trackers/va/Makefile.am
> @@ -30,18 +30,6 @@ AM_CFLAGS = \
>   	$(VA_CFLAGS) \
>   	-DVA_DRIVER_INIT_FUNC="__vaDriverInit_$(VA_MAJOR)_$(VA_MINOR)"
>   
> -AM_CFLAGS += \
> -	$(GALLIUM_PIPE_LOADER_DEFINES) \
> -	-DPIPE_SEARCH_DIR=\"$(libdir)/gallium-pipe\"
> -
> -if HAVE_GALLIUM_STATIC_TARGETS
> -AM_CFLAGS += \
> -	-DGALLIUM_STATIC_TARGETS=1
> -endif
> -
> -AM_CPPFLAGS = \
> -	-I$(top_srcdir)/include
> -
>   noinst_LTLIBRARIES = libvatracker.la
>   
>   libvatracker_la_SOURCES = $(C_SOURCES)




More information about the mesa-dev mailing list