[MPlayer-users] Re: Issues using rebuild of 1.0pre7 w/ Unichrome XvMC
Philip Prindeville
philipp_subx at redfish-solutions.com
Sun Oct 9 22:24:46 CEST 2005
Ivor Hewitt wrote:
>Philip Prindeville wrote:
>
>
>>Well, the fix is trivial. In the .spec file, do:
>>
>>%define xvmclib XvMCW
>>
>>instead of XvMCNVidia.
>>
>>
>>
>You need to apply the unichrome patch (either search the list or grab it
>from myth.ivor.org/unichrome). Simply linking to the wrapper won't work.
>
>
>
>>Also... I'd suggest changing configure to:
>>
>>_xvmc=auto
>>
>>instead. The auto test seems to work fine.
>>
>>
>>
>The test works fine.... the code is not. That's why it isn't auto AFAIK.
>
>
>
Minor observation: The following is missing from the patch:
***************
*** 1388,1393 ****
--- 1389,1395 ----
_dga=auto # 1 2 no auto
_xv=auto
_xvmc=no # auto when complete
+ _xvmcvld=no
_sdl=auto
_directx=auto
_win32waveout=auto
***************
*** 1545,1550 ****
--- 1546,1553 ----
--disable-xv) _xv=no ;;
--enable-xvmc) _xvmc=yes ;;
--disable-xvmc) _xvmc=no ;;
+ --enable-xvmcvld) _xvmcvld=yes ;;
+ --disable-xvmcvld) _xvmcvld=no ;;
--enable-sdl) _sdl=yes ;;
--disable-sdl) _sdl=no ;;
--enable-directx) _directx=yes ;;
This is needed in configure.
-Philip
More information about the MPlayer-users
mailing list