mplayer-config.patch 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. diff -up mplayer-export-2009-10-29/etc/example.conf.config mplayer-export-2009-10-29/etc/example.conf
  2. --- mplayer-export-2009-10-29/etc/example.conf.config 2008-02-08 19:33:39.000000000 +0100
  3. +++ mplayer-export-2009-10-29/etc/example.conf 2009-10-29 23:54:30.000000000 +0100
  4. @@ -1,7 +1,7 @@
  5. #
  6. # MPlayer configuration file
  7. #
  8. -# Configuration files are read system-wide from /usr/local/etc/mplayer.conf
  9. +# Configuration files are read system-wide from /etc/mplayer/mplayer.conf
  10. # and per user from ~/.mplayer/config, where per-user settings override
  11. # system-wide settings, all of which are overrriden by the command line.
  12. #
  13. @@ -71,7 +71,7 @@
  14. ##################
  15. # Specify default audio driver (see -ao help for a list).
  16. -#ao=oss
  17. +ao = pulse,alsa,
  18. # Use SDL audio driver with the esd subdriver by default.
  19. #ao = sdl:esd
  20. @@ -95,7 +95,7 @@
  21. #framedrop = yes
  22. # Specify your preferred skin here (skins are searched for in
  23. -# /usr/local/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).
  24. +# /usr/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).
  25. #skin = Abyss
  26. # Resample the font alphamap.
  27. @@ -105,6 +105,15 @@
  28. # 10 bold black outline
  29. #ffactor = 0.75
  30. +# FriBidi can do "funny" things to some ISO-8859-* subtitles
  31. +flip-hebrew = no
  32. +
  33. +# Use fontconfig for font selection
  34. +fontconfig = yes
  35. +
  36. +# Default font for unstyled subtitles
  37. +font = "Sans"
  38. +
  39. # cache settings
  40. #
  41. # Use 8MB input cache by default.
  42. @@ -122,6 +131,12 @@
  43. # DVD: Play English audio tracks if available.
  44. #alang = en
  45. +# A plugged in joystick can interfere with keyboard shortcuts
  46. +joystick = no
  47. +
  48. +# Inhibit (a XScrnSaver compatible) screensaver while playing a movie
  49. +stop-xscreensaver = yes
  50. +
  51. ###################
  52. # DVDNAV Settings #
  53. ###################