diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-13 15:12:17 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-13 15:12:17 +0100 |
commit | 4a10cd2be07e2ca413aef483bac4df157b2c631c (patch) | |
tree | f4552df191ff2df14c0417514ed1ba59911d9060 /recipes/mplayer/mplayer-common | |
parent | 6533f07110101937d2df41d26aa9e80c27fdc5a6 (diff) |
mplayer-common: switch to ao=alsa for angstrom, oss emulation is broken in >2.6.31
Diffstat (limited to 'recipes/mplayer/mplayer-common')
-rw-r--r-- | recipes/mplayer/mplayer-common/angstrom/mplayer.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/mplayer/mplayer-common/angstrom/mplayer.conf b/recipes/mplayer/mplayer-common/angstrom/mplayer.conf new file mode 100644 index 0000000000..37ad65fa2d --- /dev/null +++ b/recipes/mplayer/mplayer-common/angstrom/mplayer.conf @@ -0,0 +1,15 @@ + +# You probably shouldn't touch these +ac=mad, +ao=alsa, + +# Required on SL-Cxxxx for correct rotation in the *VT*, +# breaks rotation in X! +# vf=rotate=1 + +# Enable fullscreen display by default +# fs=true + +# Drop frames to keep audio and video in sync +framedrop=true + |