summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/vdpau
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-09-24 10:39:20 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2014-09-24 10:43:44 +0100
commit6e1f846ce09e93d2a6157da1587b546080e48211 (patch)
tree645fb484c19576155af973081d71e56ac285bb31 /src/gallium/targets/vdpau
parent18137c5fe092afb2812d32fd2c121aa29ad702de (diff)
downloadexternal_mesa3d-6e1f846ce09e93d2a6157da1587b546080e48211.zip
external_mesa3d-6e1f846ce09e93d2a6157da1587b546080e48211.tar.gz
external_mesa3d-6e1f846ce09e93d2a6157da1587b546080e48211.tar.bz2
targets/pipe-loader: drop unused authentication
The dri, vdpau, omx, xvmc and gbm targets don't need any authentication even the VL ones never used it. Either the respective loader or the library itself (vl) is doing its auth prior to calling create_screen() Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Acked-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/gallium/targets/vdpau')
-rw-r--r--src/gallium/targets/vdpau/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/targets/vdpau/Makefile.am b/src/gallium/targets/vdpau/Makefile.am
index 4d234fb..96ad039 100644
--- a/src/gallium/targets/vdpau/Makefile.am
+++ b/src/gallium/targets/vdpau/Makefile.am
@@ -95,7 +95,6 @@ libvdpau_gallium_la_CPPFLAGS = \
$(GALLIUM_PIPE_LOADER_DEFINES) \
-DPIPE_SEARCH_DIR=\"$(libdir)/gallium-pipe\"
-# XXX: Use the pipe-loader-client over pipe-loader ?
libvdpau_gallium_la_LIBADD += \
$(top_builddir)/src/gallium/auxiliary/pipe-loader/libpipe_loader.la \
$(GALLIUM_PIPE_LOADER_WINSYS_LIBS) \