diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-11-02 14:29:39 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-11-02 14:29:39 +0000 |
commit | 50e463f20cc378311fb792d0a30c04847e55ff9a (patch) | |
tree | 6d3a28369e702d14e8d699807f8bcdc6bb27c148 /packages/mplayer/mplayer_0.0+1.0rc2.bb | |
parent | adaf9c703958411e1ffe20d30ca192d88cba2c5f (diff) |
mplayer_0.0+1.0rc2.bb : fix for armv4
Diffstat (limited to 'packages/mplayer/mplayer_0.0+1.0rc2.bb')
-rw-r--r-- | packages/mplayer/mplayer_0.0+1.0rc2.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/mplayer/mplayer_0.0+1.0rc2.bb b/packages/mplayer/mplayer_0.0+1.0rc2.bb index 92b8b3ced9..d963ac03cf 100644 --- a/packages/mplayer/mplayer_0.0+1.0rc2.bb +++ b/packages/mplayer/mplayer_0.0+1.0rc2.bb @@ -24,7 +24,8 @@ SRC_URI = "http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-1.0rc2.tar.bz2 \ file://mplayer-imageon-svn.patch;patch=1 \ file://imageon-video_out.patch;patch=1 \ file://pxa_configure.patch;patch=1 \ - file://pxa-video_out.patch;patch=1 " + file://pxa-video_out.patch;patch=1 \ + file://motion-comp-pld.patch;patch=1 " # This is required for the collie machine only as all stacks in that # machine seem to be set to executable by the toolchain. If someone @@ -39,7 +40,7 @@ PACKAGE_ARCH_hx4700 = "hx4700" RCONFLICTS_${PN} = "mplayer-atty" RREPLACES_${PN} = "mplayer-atty" -PR = "r5" +PR = "r6" PARALLEL_MAKE = "" |