aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mplayer
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-01-13 15:12:17 +0100
committerKoen Kooi <koen@openembedded.org>2010-01-13 15:12:17 +0100
commit4a10cd2be07e2ca413aef483bac4df157b2c631c (patch)
treef4552df191ff2df14c0417514ed1ba59911d9060 /recipes/mplayer
parent6533f07110101937d2df41d26aa9e80c27fdc5a6 (diff)
downloadopenembedded-4a10cd2be07e2ca413aef483bac4df157b2c631c.tar.gz
mplayer-common: switch to ao=alsa for angstrom, oss emulation is broken in >2.6.31
Diffstat (limited to 'recipes/mplayer')
-rw-r--r--recipes/mplayer/mplayer-common.bb19
-rw-r--r--recipes/mplayer/mplayer-common/angstrom/mplayer.conf15
2 files changed, 20 insertions, 14 deletions
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
+