From 510722d1465283582b89de0fe5fe6c4bb69de43d Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 2 Dec 2016 16:26:49 +0000 Subject: [PATCH] st/va: automake: cleanup C{PP,}FLAGS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Remove some transitional left overs from the gallium pipe-loader rework and kill off unneeded AM_CPPFLAGS. Signed-off-by: Emil Velikov Reviewed-by: Christian König --- 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 348cfe17759..a70eede5374 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) -- 2.30.2