source: projects/specs/tags/6_0_REL/nonfree/self-build-mplayer/mplayer-config.patch @ 1306

Revision 1306, 1.7 KB checked in by munepi, 14 years ago (diff)

updated self-build-{k9copy,mplayer,ffmpeg}

  • mplayer-export-2009-10-29/etc/example.conf

    diff -up mplayer-export-2009-10-29/etc/example.conf.config mplayer-export-2009-10-29/etc/example.conf
    old new  
    11# 
    22# MPlayer configuration file 
    33# 
    4 # Configuration files are read system-wide from /usr/local/etc/mplayer.conf 
     4# Configuration files are read system-wide from /etc/mplayer/mplayer.conf 
    55# and per user from ~/.mplayer/config, where per-user settings override 
    66# system-wide settings, all of which are overrriden by the command line. 
    77# 
     
    7171################## 
    7272 
    7373# Specify default audio driver (see -ao help for a list). 
    74 #ao=oss 
     74ao = pulse,alsa, 
    7575 
    7676# Use SDL audio driver with the esd subdriver by default. 
    7777#ao = sdl:esd 
     
    9595#framedrop = yes 
    9696 
    9797# Specify your preferred skin here (skins are searched for in 
    98 # /usr/local/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>). 
     98# /usr/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>). 
    9999#skin = Abyss 
    100100 
    101101# Resample the font alphamap. 
     
    105105# 10    bold black outline 
    106106#ffactor = 0.75 
    107107 
     108# FriBidi can do "funny" things to some ISO-8859-* subtitles 
     109flip-hebrew = no 
     110 
     111# Use fontconfig for font selection 
     112fontconfig = yes 
     113 
     114# Default font for unstyled subtitles 
     115font = "Sans" 
     116 
    108117# cache settings 
    109118# 
    110119# Use 8MB input cache by default. 
     
    122131# DVD: Play English audio tracks if available. 
    123132#alang = en 
    124133 
     134# A plugged in joystick can interfere with keyboard shortcuts 
     135joystick = no 
     136 
     137# Inhibit (a XScrnSaver compatible) screensaver while playing a movie 
     138stop-xscreensaver = yes 
     139 
    125140################### 
    126141# DVDNAV Settings # 
    127142################### 
Note: See TracBrowser for help on using the repository browser.