summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/xvmc/target.c
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-06-12 15:54:15 +0100
committerEmil Velikov <[email protected]>2014-06-22 23:06:04 +0100
commitdc01ca44a796ab7cc5452913c495ba90ebb648b8 (patch)
treeb6d840952ff80ce302e5f5ac9f070a9e38617498 /src/gallium/targets/xvmc/target.c
parent291d70210dd249c663f8c3b92ac9cf47335630bd (diff)
targets/xvmc-nouveau: convert to static/shared pipe-drivers
Similar to vdpau targets, we're going to convert the individual target libraries into a single one. The library can be built with the relevant pipe-drivers statically linked in, or loaded as shared modules. Currently we default to static. Cc: Ilia Mirkin <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Tested-by: Thomas Helland <thomashelland90 at gmail.com>
Diffstat (limited to 'src/gallium/targets/xvmc/target.c')
-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
new file mode 100644
index 00000000000..fde4a4a7dcf
--- /dev/null
+++ b/src/gallium/targets/xvmc/target.c
@@ -0,0 +1 @@
+#include "target-helpers/inline_drm_helper.h"