[Mesa-dev] [Bug 47878] libXvMC* are not being installed where they should
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Mar 28 07:41:09 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=47878
--- Comment #3 from Christian König <deathsimple at vodafone.de> 2012-03-28 07:41:09 PDT ---
Created attachment 59161
--> https://bugs.freedesktop.org/attachment.cgi?id=59161
Possible fix.
Fixing the bug in the short hand is actually pretty easy, just replace the
obvious incorrect combination of "$(DESTDIR)$(INSTALL_DIR)/$(LIB_DIR)" with
"$(DESTDIR)$(INSTALL_LIB_DIR)".
As an alternative you could also add an "--with-xvmc-libdir=" option, which
then results in setting the XVMC_INSTALL_DIR variable.
For an good example how to do this take a look at the "--with-vdpau-libdir="
option and the resulting VDPAU_LIB_INSTALL_DIR variable in configure.ac.
Hope that helps,
Christian.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mesa-dev
mailing list