summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/vdpau
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-06-12 17:10:52 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2014-06-26 14:05:13 +0100
commitf3a97c0381acc73fa4404a8793059bd8e8d44a38 (patch)
tree350104039437ca5be52c7b8f01602739db05b294 /src/gallium/targets/vdpau
parentf6723392e304b381b8cce0b4839d11d438d97505 (diff)
downloadexternal_mesa3d-f3a97c0381acc73fa4404a8793059bd8e8d44a38.zip
external_mesa3d-f3a97c0381acc73fa4404a8793059bd8e8d44a38.tar.gz
external_mesa3d-f3a97c0381acc73fa4404a8793059bd8e8d44a38.tar.bz2
targets/automake.inc: s/GALLIUM_VIDEO_CFLAGS/GALLIUM_TARGET_CFLAGS/
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>
Diffstat (limited to 'src/gallium/targets/vdpau')
-rw-r--r--src/gallium/targets/vdpau/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/vdpau/Makefile.am b/src/gallium/targets/vdpau/Makefile.am
index 2059274..8c1e1f6 100644
--- a/src/gallium/targets/vdpau/Makefile.am
+++ b/src/gallium/targets/vdpau/Makefile.am
@@ -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