From: Koen Kooi Date: Thu, 24 Jul 2008 18:42:34 +0000 (+0000) Subject: mythtv 0.21: fixup patch for armv7 X-Git-Tag: Release-2010-05/1~6478^2^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e33997aae0e3ab2c6663af3bc47fb0d8466268dc;p=openembedded.git mythtv 0.21: fixup patch for armv7 --- diff --git a/packages/mythtv/mythtv-0.21/ffmpeg-arm-update.diff b/packages/mythtv/mythtv-0.21/ffmpeg-arm-update.diff index 5abf52fcbb..d0e32eb512 100644 --- a/packages/mythtv/mythtv-0.21/ffmpeg-arm-update.diff +++ b/packages/mythtv/mythtv-0.21/ffmpeg-arm-update.diff @@ -1651,7 +1651,7 @@ diff -Nurd mythtv.orig/libs/libavcodec/libavcodec.pro mythtv/libs/libavcodec/lib contains( HAVE_ARMV6, yes ) { SOURCES += armv4l/simple_idct_armv6.S } -+contains( HAVE_NEON, yes ) { SOURCES += armv4l/simple_idct_neon.S } ++contains( HAVE_NEON, yes ) { SOURCES += armv4l/float_arm_vfp.c armv4l/simple_idct_neon.S armv4l/dsputil_neon.c armv4l/h264dsp_neon.S } + contains( HAVE_VIS, yes ) { SOURCES += sparc/dsputil_vis.c