mesa/XvMCConfig
Eugene Shatokhin 8f0554a906 A few fixes suggested by Giovanni Mariani
1. Restored --enable-r600-llvm-compiler option. The support for LLVM
compiler for r600 will still remain disabled by default but the users
may enable it in runtime by setting R600_DEBUG=llvm environment
variable.

2. Made it clear that XvMC backends are provided for r600+ and
nouveau only.

3. Other fixes.
2014-06-17 12:51:47 +04:00

14 lines
544 B
Text

# To enable the experimental XvMC support for Gallium drivers, you will have to
# tell the Mesa core where to find the needed libraries.
# Uncomment a line below, according the driver you are actually using and the
# bitness of your setup.
# Driver for Radeon r600+ video cards - 64 bit
# /usr/lib64/libXvMCr600.so.1.0
# Driver for Radeon r600+ video cards - 32 bit
# /usr/lib/libXvMCr600.so.1.0
# Driver for Nvidia (nouveau) - 64 bit
# /usr/lib64/libXvMCnouveau.so.1.0
# Driver for Nvidia (nouveau) - 32 bit
# /usr/lib/libXvMCnouveau.so.1.0