[oe-commits] Denis 'GNUtoo' Carikli : mplayer-common: add support for htcdream and bump PR

git version control git at git.openembedded.org
Tue Jul 20 16:20:22 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7dfb99a469c4fa34d5a3181cb2d5f5457a74eaad
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7dfb99a469c4fa34d5a3181cb2d5f5457a74eaad

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Mon Jul 19 21:02:03 2010 +0200

mplayer-common: add support for htcdream and bump PR

Alsa is prefered over oss because oss emulation on top of alsa is
  more inclined to buffer-underflows
The configuration is derived from om-gta02's configuration because
  the htcdream doesn't have a floating point unit either(armv6-novfp)

---

 recipes/mplayer/mplayer-common.bb                  |    2 +-
 .../mplayer/mplayer-common/htcdream/mplayer.conf   |    5 +++++
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/recipes/mplayer/mplayer-common.bb b/recipes/mplayer/mplayer-common.bb
index d1ea923..d286cc8 100644
--- a/recipes/mplayer/mplayer-common.bb
+++ b/recipes/mplayer/mplayer-common.bb
@@ -4,7 +4,7 @@
 DESCRIPTION = "Preconfigured mplayer preferences"
 
 PV = "0.0.1"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "file://mplayer.conf"
 
diff --git a/recipes/mplayer/mplayer-common/htcdream/mplayer.conf b/recipes/mplayer/mplayer-common/htcdream/mplayer.conf
new file mode 100644
index 0000000..c108d18
--- /dev/null
+++ b/recipes/mplayer/mplayer-common/htcdream/mplayer.conf
@@ -0,0 +1,5 @@
+ao=alsa
+ac=tremor,mad,
+vo=x11
+hardframedrop=true
+framedrop=true





More information about the Openembedded-commits mailing list