summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2015-11-26 12:14:28 +0900
committerMichel Dänzer <michel@daenzer.net>2015-11-26 12:14:28 +0900
commit22d2dda03be32d23bc8e9f5823a4f2469737ddbe (patch)
tree16c5eee57ee4a888b5b6e0c677e3d4c657841a13 /src/gallium/targets
parent72c33f0dd5b8bdf2179d4221b29b375882af5042 (diff)
downloadexternal_mesa3d-22d2dda03be32d23bc8e9f5823a4f2469737ddbe.zip
external_mesa3d-22d2dda03be32d23bc8e9f5823a4f2469737ddbe.tar.gz
external_mesa3d-22d2dda03be32d23bc8e9f5823a4f2469737ddbe.tar.bz2
targets/xvmc: use the non-inline sw helpers
This was missed in commit 59cfb21d ("targets: use the non-inline sw helpers"). Fixes build failure: CXXLD libXvMCgallium.la ../../../../src/gallium/auxiliary/pipe-loader/.libs/libpipe_loader_static.a(libpipe_loader_static_la-pipe_loader_sw.o):(.data.rel.ro+0x0): undefined reference to `sw_screen_create' collect2: error: ld returned 1 exit status Makefile:756: recipe for target 'libXvMCgallium.la' failed make[3]: *** [libXvMCgallium.la] Error 1 Trivial.
Diffstat (limited to 'src/gallium/targets')
-rw-r--r--src/gallium/targets/xvmc/target.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/xvmc/target.c b/src/gallium/targets/xvmc/target.c
index 42b1346..308e23b 100644
--- a/src/gallium/targets/xvmc/target.c
+++ b/src/gallium/targets/xvmc/target.c
@@ -1 +1,2 @@
#include "target-helpers/drm_helper.h"
+#include "target-helpers/sw_helper.h"