# 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"
+
--- /dev/null
+
+# 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
+