diff options
author | Koen Kooi <koen@openembedded.org> | 2009-09-21 10:28:43 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-21 10:28:43 +0200 |
commit | a04d87b356ee2b3d33eb83bf2fe2cae233c43b7c (patch) | |
tree | 3de2c68e54ee38120f13a31a2efcbe907ab6c2f2 /recipes/mplayer/mplayer_svn.bb | |
parent | 39383a1d3a98f4eca5b949c0e751fdb9e21c748d (diff) |
mplayer: bump SRCREV, remove hacks that aren't needed anymore
Diffstat (limited to 'recipes/mplayer/mplayer_svn.bb')
-rw-r--r-- | recipes/mplayer/mplayer_svn.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes/mplayer/mplayer_svn.bb b/recipes/mplayer/mplayer_svn.bb index d0658372d4..49b27055c8 100644 --- a/recipes/mplayer/mplayer_svn.bb +++ b/recipes/mplayer/mplayer_svn.bb @@ -8,11 +8,8 @@ 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://pld-onlyarm5-svn.patch;patch=1 \ file://makefile-nostrip-svn.patch;patch=1 \ - file://configh \ - file://configmak \ " SRC_URI_append_armv7a = " \ @@ -174,7 +171,7 @@ EXTRA_OECONF_append_arm = " --disable-decoder=vorbis_decoder \ --disable-encoder=vorbis_encoder" EXTRA_OECONF_append_armv6 = " --enable-armv6" -EXTRA_OECONF_append_armv7a = " --enable-armv6" +EXTRA_OECONF_append_armv7a = " --enable-armv6 --enable-neon" #build with support for the iwmmxt instruction and pxa270fb overlay support (pxa270 and up) @@ -213,8 +210,6 @@ do_configure() { export SIMPLE_TARGET_SYS="$(echo ${TARGET_SYS} | sed s:${TARGET_VENDOR}::g)" ./configure ${EXTRA_OECONF} - cat ${WORKDIR}/configh >> ${S}/config.h - cat ${WORKDIR}/configmak ${OPTSMAK} >> ${S}/config.mak } do_compile () { |