diff options
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 () { |