summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-08-17 14:53:01 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-08-17 14:53:01 +0000
commit34569e0e24347441f51eb0349cfb8e8c1a545ef4 (patch)
tree8caed44324e7227fbbaf01715a2d09c80c4be7fd /target
parent54989e9556701c0269a7c0307ae2ad68035a7340 (diff)
downloadbuildroot-novena-34569e0e24347441f51eb0349cfb8e8c1a545ef4.tar.gz
buildroot-novena-34569e0e24347441f51eb0349cfb8e8c1a545ef4.zip
Add mplayer to atstk1002 target_skeleton
Diffstat (limited to 'target')
-rw-r--r--target/device/Atmel/atstk1002/target_skeleton/etc/mplayer.conf129
1 files changed, 129 insertions, 0 deletions
diff --git a/target/device/Atmel/atstk1002/target_skeleton/etc/mplayer.conf b/target/device/Atmel/atstk1002/target_skeleton/etc/mplayer.conf
new file mode 100644
index 000000000..45d7d7ec9
--- /dev/null
+++ b/target/device/Atmel/atstk1002/target_skeleton/etc/mplayer.conf
@@ -0,0 +1,129 @@
+#
+# MPlayer configuration file
+#
+# Configuration files are read system-wide from /usr/local/etc/mplayer.conf
+# and per user from ~/.mplayer/config, where per-user settings override
+# system-wide settings, all of which are overrriden by the command line.
+#
+# The configuration file settings are the same as the command line
+# options without the preceding '-'.
+#
+# See the CONFIGURATION FILES section in the man page
+# for a detailed description of the syntax.
+
+
+##################
+# video settings #
+##################
+
+# Specify default video driver (see -vo help for a list).
+vo=fbdev2
+
+# Direct rendring, skip double buffering for framebuffer device
+dr=yes
+
+# Use SDL video with the aalib subdriver by default.
+#vo = sdl:aalib
+
+# FBdev driver:
+#
+# mode to use (read from fb.modes)
+#fbmode = 640x480-120
+#
+# location of the fb.modes file
+#fbmodeconfig = /etc/fb.modes
+
+# Specify your monitor timings for the vesa and fbdev video output drivers.
+# See /etc/X11/XF86Config for timings. Be careful; if you specify settings
+# that exceed the capabilities of your monitor, you may damage it.
+#
+# horizontal frequency range (k stands for 1000)
+#monitor-hfreq = 31.5k-50k,70k
+#
+# vertical frequency range
+#monitor-vfreq = 50-90
+#
+# dotclock (or pixelclock) range (m stands for 1000000)
+#monitor-dotclock = 30M-300M
+
+# Start in fullscreen mode by default.
+#fs=yes
+
+# Change to a different videomode when going fullscreen.
+#vm=yes
+
+# Override the autodetected color depth, may need 'vm=yes' as well.
+#bpp=0
+
+# Enable software scaling (powerful CPU needed) for video output
+# drivers that do not support hardware scaling.
+#zoom=yes
+
+# standard monitor size, with square pixels
+#monitoraspect=4:3
+
+# Use this for a widescreen monitor, non-square pixels.
+#monitoraspect=16:9
+
+# Keep the player window on top of all other windows.
+#ontop=yes
+
+
+##################
+# audio settings #
+##################
+
+# Specify default audio driver (see -ao help for a list).
+ao=oss,
+
+# Use SDL audio driver with the esd subdriver by default.
+#ao = sdl:esd
+
+# Specify the mixer device.
+#mixer = /dev/mixer
+
+# Resample the sound to 44100Hz with the lavcresample audio filter.
+#af=lavcresample=44100
+
+# Specify default audio codec (see -ac help for a list).
+ac=mad,
+
+
+##################
+# other settings #
+##################
+
+# Drop frames to preserve audio/video sync.
+#framedrop = yes
+
+# Specify your preferred skin here (skins are searched for in
+# /usr/local/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).
+#skin = Abyss
+
+# Resample the font alphamap.
+# 0 plain white fonts
+# 0.75 very narrow black outline (default)
+# 1 narrow black outline
+# 10 bold black outline
+#ffactor = 0.75
+
+# cache settings
+#
+# Use 8MB input cache by default.
+#cache = 8192
+#
+# Prefill 20% of the cache before starting playback.
+#cache-min = 20.0
+#
+# Prefill 50% of the cache before restarting playback after the cache emptied.
+#cache-seek-min = 50
+
+# DVD: Display English subtitles if available.
+#slang = en
+
+# DVD: Play English audio tracks if available.
+#alang = en
+
+
+# You can also include other configuration files.
+#include = /path/to/the/file/you/want/to/include