From 4a10cd2be07e2ca413aef483bac4df157b2c631c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 13 Jan 2010 15:12:17 +0100 Subject: mplayer-common: switch to ao=alsa for angstrom, oss emulation is broken in >2.6.31 --- recipes/mplayer/mplayer-common.bb | 19 +++++-------------- recipes/mplayer/mplayer-common/angstrom/mplayer.conf | 15 +++++++++++++++ 2 files changed, 20 insertions(+), 14 deletions(-) create mode 100644 recipes/mplayer/mplayer-common/angstrom/mplayer.conf (limited to 'recipes/mplayer') diff --git a/recipes/mplayer/mplayer-common.bb b/recipes/mplayer/mplayer-common.bb index 18da2ad342..9737c5279b 100644 --- a/recipes/mplayer/mplayer-common.bb +++ b/recipes/mplayer/mplayer-common.bb @@ -6,27 +6,18 @@ # Date: 26-Mar-06 DESCRIPTION = "Preconfigured mplayer preferences" -HOMEPAGE = "http://www.hentges.net/misc/openzaurus/index.shtml" - -###################################################################################### PV = "0.0.1" -PR = "r2" - -PACKAGE_ARCH = "all" - -###################################################################################### +PR = "r3" SRC_URI = "file://mplayer.conf" -###################################################################################### - -FILES_${PN} = "${sysconfdir}/mplayer" - -###################################################################################### - do_install() { install -d "${D}${sysconfdir}/mplayer" install -m 0644 ${WORKDIR}/mplayer.conf "${D}${sysconfdir}/mplayer" } + +FILES_${PN} = "${sysconfdir}/mplayer" +PACKAGE_ARCH = "all" + 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 + -- cgit 1.2.3-korg