summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorAlexandre Demers <[email protected]>2012-04-04 10:54:56 +0200
committerChristian König <[email protected]>2012-04-04 10:57:50 +0200
commit3ea3695b0495a56d9946a292e0e7cad4e0fb2fe0 (patch)
tree9f57bbacca3ce6fd1ae383a93ccdfd60e2972dbb /configs
parent75f8990547903f7dde5d98319cc813f94a15aa78 (diff)
st/xvmc: fix library installation dir
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=47878 v2: some reordering and while at it also fix the comment in Makefile.xvmc Signed-off-by: Christian König <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/autoconf.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in
index 296bf30d95a..95cca6f239e 100644
--- a/configs/autoconf.in
+++ b/configs/autoconf.in
@@ -169,6 +169,9 @@ DRI_DRIVER_SEARCH_DIR = @DRI_DRIVER_SEARCH_DIR@
# EGL driver install directory
EGL_DRIVER_INSTALL_DIR = @EGL_DRIVER_INSTALL_DIR@
+# XVMC library install directory
+XVMC_LIB_INSTALL_DIR=@XVMC_LIB_INSTALL_DIR@
+
# VDPAU library install directory
VDPAU_LIB_INSTALL_DIR=@VDPAU_LIB_INSTALL_DIR@