diff options
author | Koen Kooi <koen@openembedded.org> | 2009-09-08 10:03:36 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-08 10:03:36 +0200 |
commit | 3a5ed90ae5d9d2cc80ba08a97711441f72c49f56 (patch) | |
tree | ef7b9babed330751c8354f51e39ff4ca70d1304a /recipes/mplayer/mplayer_svn.bb | |
parent | b7e05654818cc8139e241874b075c843ef23e614 (diff) |
mplayer: bump SRCREV
Diffstat (limited to 'recipes/mplayer/mplayer_svn.bb')
-rw-r--r-- | recipes/mplayer/mplayer_svn.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/mplayer/mplayer_svn.bb b/recipes/mplayer/mplayer_svn.bb index d26302e65b..d0658372d4 100644 --- a/recipes/mplayer/mplayer_svn.bb +++ b/recipes/mplayer/mplayer_svn.bb @@ -8,7 +8,7 @@ DEPENDS = "live555 libdvdread libtheora virtual/libsdl ffmpeg xsp zlib libpng jp RDEPENDS = "mplayer-common" LICENSE = "GPL" SRC_URI = "svn://svn.mplayerhq.hu/mplayer;module=trunk \ - file://Makefile-codec-cfg.patch;patch=1 \ +# file://Makefile-codec-cfg.patch;patch=1 \ file://pld-onlyarm5-svn.patch;patch=1 \ file://makefile-nostrip-svn.patch;patch=1 \ file://configh \ @@ -87,8 +87,6 @@ EXTRA_OECONF = " \ --enable-sortsub \ --disable-fribidi \ --disable-enca \ - --disable-macosx \ - --disable-macosx-bundle \ --disable-ftp \ --disable-vstream \ \ @@ -210,6 +208,7 @@ do_configure() { sed -i 's|/usr/lib|${STAGING_LIBDIR}|g' ${S}/configure sed -i 's|/usr/\S*include[\w/]*||g' ${S}/configure sed -i 's|/usr/\S*lib[\w/]*||g' ${S}/configure + sed -i 's|HOST_CC|BUILD_CC|' ${S}/Makefile export SIMPLE_TARGET_SYS="$(echo ${TARGET_SYS} | sed s:${TARGET_VENDOR}::g)" ./configure ${EXTRA_OECONF} |