diff options
author | Koen Kooi <koen@openembedded.org> | 2008-07-24 18:42:34 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-07-24 18:42:34 +0000 |
commit | e33997aae0e3ab2c6663af3bc47fb0d8466268dc (patch) | |
tree | 212b3857fd9be8cf19848a79be88500da4102dd5 /packages/mythtv | |
parent | 45f4f7874cb1ff999638eab0561ba310bebfd11d (diff) |
mythtv 0.21: fixup patch for armv7
Diffstat (limited to 'packages/mythtv')
-rw-r--r-- | packages/mythtv/mythtv-0.21/ffmpeg-arm-update.diff | 2 |
1 files changed, 1 insertions, 1 deletions
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 |