mplayer-common: switch to ao=alsa for angstrom, oss emulation is broken in >2.6.31
authorKoen Kooi <koen@openembedded.org>
Wed, 13 Jan 2010 14:12:17 +0000 (15:12 +0100)
committerKoen Kooi <koen@openembedded.org>
Wed, 13 Jan 2010 14:12:17 +0000 (15:12 +0100)
recipes/mplayer/mplayer-common.bb
recipes/mplayer/mplayer-common/angstrom/mplayer.conf [new file with mode: 0644]

index 18da2ad..9737c52 100644 (file)
@@ -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 (file)
index 0000000..37ad65f
--- /dev/null
@@ -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
+