targets/automake.inc: s/GALLIUM_VIDEO_CFLAGS/GALLIUM_TARGET_CFLAGS/
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 12 Jun 2014 16:10:52 +0000 (17:10 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 26 Jun 2014 13:05:13 +0000 (14:05 +0100)
The flags are not specific to the video targets plus
we can reuse them for targets/xa and targets/gbm.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/gallium/Automake.inc
src/gallium/targets/omx/Makefile.am
src/gallium/targets/vdpau/Makefile.am
src/gallium/targets/xvmc/Makefile.am

index 3e2071d91ea8b76191cb3a03d7dd0ea93e4d4af6..4600b9c5b6b17381a49ce0991cc46aec7b93487b 100644 (file)
@@ -39,7 +39,7 @@ GALLIUM_DRI_CFLAGS = \
        $(LIBDRM_CFLAGS) \
        $(VISIBILITY_CFLAGS)
 
-GALLIUM_VIDEO_CFLAGS = \
+GALLIUM_TARGET_CFLAGS = \
        -I$(top_srcdir)/include \
        -I$(top_srcdir)/src/loader \
        -I$(top_srcdir)/src/gallium/include \
index ac43c80417b1a81f58bceabfa000da7c088be1f6..3840143b4cbfabad2f6fec09318f4f33c87903f7 100644 (file)
@@ -1,7 +1,7 @@
 include $(top_srcdir)/src/gallium/Automake.inc
 
 AM_CFLAGS = \
-       $(GALLIUM_VIDEO_CFLAGS)
+       $(GALLIUM_TARGET_CFLAGS)
 
 omxdir = $(OMX_LIB_INSTALL_DIR)
 omx_LTLIBRARIES = libomx_mesa.la
index 2059274b049be447d60fce6a7e34f77dc978501a..8c1e1f666fea61fea227b3b819f7d089a6c73fe1 100644 (file)
@@ -1,7 +1,7 @@
 include $(top_srcdir)/src/gallium/Automake.inc
 
 AM_CFLAGS = \
-       $(GALLIUM_VIDEO_CFLAGS)
+       $(GALLIUM_TARGET_CFLAGS)
 
 vdpaudir = $(VDPAU_LIB_INSTALL_DIR)
 vdpau_LTLIBRARIES = libvdpau_gallium.la
index bf986f47f485a220e7000d1f1bdb103a0284a1d3..329a1d4076066470b83c833c5314744b08e0d95f 100644 (file)
@@ -1,7 +1,7 @@
 include $(top_srcdir)/src/gallium/Automake.inc
 
 AM_CFLAGS = \
-       $(GALLIUM_VIDEO_CFLAGS)
+       $(GALLIUM_TARGET_CFLAGS)
 
 xvmcdir = $(XVMC_LIB_INSTALL_DIR)
 xvmc_LTLIBRARIES = libXvMCgallium.la