diff options
author | Alexandre Demers <[email protected]> | 2012-04-04 10:54:56 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2012-04-04 10:57:50 +0200 |
commit | 3ea3695b0495a56d9946a292e0e7cad4e0fb2fe0 (patch) | |
tree | 9f57bbacca3ce6fd1ae383a93ccdfd60e2972dbb /configs | |
parent | 75f8990547903f7dde5d98319cc813f94a15aa78 (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.in | 3 |
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@ |