targets/xvmc: use the non-inline sw helpers
authorMichel Dänzer <michel.daenzer@amd.com>
Thu, 26 Nov 2015 03:14:28 +0000 (12:14 +0900)
committerMichel Dänzer <michel@daenzer.net>
Thu, 26 Nov 2015 03:14:28 +0000 (12:14 +0900)
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.

src/gallium/targets/xvmc/target.c

index 42b1346d341debbd2a04d64a8893dd7f86b64db1..308e23bb4a03be70cd7294b82cef5856c7f42240 100644 (file)
@@ -1 +1,2 @@
 #include "target-helpers/drm_helper.h"
+#include "target-helpers/sw_helper.h"