mreimer
09-04-07, 08:32 PM
Will libXvMCNVIDIA work properly on FreeBSD 6 and 7? It's linked against libc.so.5:
$ ldd libXvMCNVIDIA.so
libXvMCNVIDIA.so:
libc.so.5 => /usr/local/lib/compat/libc.so.5 (0x2819f000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x28279000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x28287000)
libXau.so.6 => /usr/local/lib/libXau.so.6 (0x28375000)
libXdmcp.so.6 => /usr/local/lib/libXdmcp.so.6 (0x28378000)
librpcsvc.so.3 => /usr/lib/librpcsvc.so.3 (0x2837d000)
As it stands right now, the mplayer port doesn't detect the presence of XvMC because of warning emitted when linked the test fragment.
Perhaps versions of this library for FreeBSD 6 can be shipped in the next release?
Thanks for any help you can give, and for all the work you've done for our little FreeBSD niche over the years.
Matt
$ ldd libXvMCNVIDIA.so
libXvMCNVIDIA.so:
libc.so.5 => /usr/local/lib/compat/libc.so.5 (0x2819f000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x28279000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x28287000)
libXau.so.6 => /usr/local/lib/libXau.so.6 (0x28375000)
libXdmcp.so.6 => /usr/local/lib/libXdmcp.so.6 (0x28378000)
librpcsvc.so.3 => /usr/lib/librpcsvc.so.3 (0x2837d000)
As it stands right now, the mplayer port doesn't detect the presence of XvMC because of warning emitted when linked the test fragment.
Perhaps versions of this library for FreeBSD 6 can be shipped in the next release?
Thanks for any help you can give, and for all the work you've done for our little FreeBSD niche over the years.
Matt