[oe-commits] Koen Kooi : mplayer-common: switch to ao=alsa for angstrom, oss emulation is broken in >2.6.31

git version control git at git.openembedded.org
Fri Jan 15 00:17:08 UTC 2010


Module: openembedded.git
Branch: shr/merge
Commit: 4a10cd2be07e2ca413aef483bac4df157b2c631c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4a10cd2be07e2ca413aef483bac4df157b2c631c

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jan 13 15:12:17 2010 +0100

mplayer-common: switch to ao=alsa for angstrom, oss emulation is broken in >2.6.31

---

 recipes/mplayer/mplayer-common.bb                  |   19 +++++--------------
 .../mplayer/mplayer-common/angstrom/mplayer.conf   |   15 +++++++++++++++
 2 files changed, 20 insertions(+), 14 deletions(-)

diff --git a/recipes/mplayer/mplayer-common.bb b/recipes/mplayer/mplayer-common.bb
index 18da2ad..9737c52 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 0000000..37ad65f
--- /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
+





More information about the Openembedded-commits mailing list