Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. --- mplayer-1.0~rc4.dfsg1.orig/configure
  2. +++ mplayer-1.0~rc4.dfsg1/configure
  3. @@ -409,7 +409,7 @@ Video output:
  4. --enable-directx enable DirectX video output [autodetect]
  5. --enable-dxr2 enable DXR2 video output [autodetect]
  6. --enable-dxr3 enable DXR3/H+ video output [autodetect]
  7. - --enable-ivtv enable IVTV TV-Out video output [autodetect]
  8. +# --enable-ivtv enable IVTV TV-Out video output [autodetect]
  9. --enable-v4l2 enable V4L2 Decoder audio/video output [autodetect]
  10. --enable-dvb enable DVB video output [autodetect]
  11. --enable-mga enable mga_vid video output [autodetect]
  12. @@ -4698,7 +4698,8 @@ if test "$_vidix" = yes ; then
  13. vomodules="cvidix $vomodules"
  14. # FIXME: ivtv driver temporarily disabled until we have a proper test
  15. #test "$_vidix_drivers" || _vidix_drivers="cyberblade ivtv mach64 mga mga_crtc2 nvidia pm2 pm3 radeon rage128 s3 sh_veu sis unichrome"
  16. - test "$_vidix_drivers" || _vidix_drivers="cyberblade mach64 mga mga_crtc2 nvidia pm2 pm3 radeon rage128 s3 sh_veu sis unichrome"
  17. + #test "$_vidix_drivers" || _vidix_drivers="cyberblade mach64 mga mga_crtc2 nvidia pm2 pm3 radeon rage128 s3 sh_veu sis unichrome"
  18. + test "$_vidix_drivers" || _vidix_drivers="cyberblade ivtv mach64 mga mga_crtc2 nvidia pm2 pm3 radeon rage128 s3 sh_veu sis unichrome"
  19.  
  20. # some vidix drivers are architecture and os specific, discard them elsewhere
  21. x86 || _vidix_drivers=$(echo $_vidix_drivers | sed -e s/cyberblade// -e s/sis// -e s/unichrome// -e s/s3//)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement