diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-06-30 22:58:59 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-30 22:58:59 +0000 |
commit | 2693e3f6660fd691621600d1dc0245e1f9932b43 (patch) | |
tree | ecef0a514d978fdc053e1ed062f22306f2ec8772 /packages/mplayer/mplayer_1.0pre8.bb | |
parent | 2670e8b9c2ddc45839d9bd2dfab24248b967cf27 (diff) |
mplayer_1.0pre8.bb : small change in the include order that should
hopefully fix the problem hrw saw in oz354x branch. I am unable to
repeat in .dev but I had these patches in an earlier release for a
very similiar error message.
Diffstat (limited to 'packages/mplayer/mplayer_1.0pre8.bb')
-rw-r--r-- | packages/mplayer/mplayer_1.0pre8.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/mplayer/mplayer_1.0pre8.bb b/packages/mplayer/mplayer_1.0pre8.bb index a55c59dc96..9c66221f57 100644 --- a/packages/mplayer/mplayer_1.0pre8.bb +++ b/packages/mplayer/mplayer_1.0pre8.bb @@ -13,7 +13,9 @@ SRC_URI = "http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-${PV}.tar.bz2 \ file://w100-configure.patch;patch=1 \ file://w100-Makefile.patch;patch=1 \ file://w100-video_out.patch;patch=1 \ - file://w100-mplayer.patch;patch=1" + file://w100-mplayer.patch;patch=1 \ + file://libmpdemux-ogg-include.patch;patch=1 \ + file://libmpcodecs-ogg-include.patch;patch=1" MAINTAINER="Graeme Gregory <dp@xora.org.uk>" RCONFLICTS_${PN} = "mplayer-atty" |