summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/omx
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/omx
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/omx')
-rw-r--r--src/gallium/targets/omx/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/targets/omx/Makefile.am b/src/gallium/targets/omx/Makefile.am
index 4045548..88b0711 100644
--- a/src/gallium/targets/omx/Makefile.am
+++ b/src/gallium/targets/omx/Makefile.am
@@ -84,7 +84,6 @@ libomx_mesa_la_CPPFLAGS = \
$(GALLIUM_PIPE_LOADER_DEFINES) \
-DPIPE_SEARCH_DIR=\"$(libdir)/gallium-pipe\"
-# XXX: Use the pipe-loader-client over pipe-loader ?
libomx_mesa_la_LIBADD += \
$(top_builddir)/src/gallium/auxiliary/pipe-loader/libpipe_loader.la \
$(GALLIUM_PIPE_LOADER_WINSYS_LIBS) \