ffmpeg/libavcodec/armv4l
Matthieu Castet b4e806b2b9 pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be used
on armv4 that doesn't support this instruction. Futhermore pld is a nop on some
armv5 processor like arm926. Detect if pld is supported and have the
preprocessor remove it when it's not supported.
Fixes issue 393.
patch by matthieu castet, castet.matthieu free fr

Originally committed as revision 12569 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-24 11:49:59 +00:00
..
dsputil_arm.c fix indentation that was messed up by r11628 2008-01-27 08:37:28 +00:00
dsputil_arm_s.S pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be used 2008-03-24 11:49:59 +00:00
dsputil_iwmmxt.c __asm __volatile -> asm volatile, improves code consistency and works 2008-02-24 14:46:22 +00:00
dsputil_iwmmxt_rnd.h Remove mistakenly added multiple inclusion guards. 2007-12-28 01:42:58 +00:00
jrevdct_arm.S COSMETICS: tabs --> spaces, some prettyprinting 2005-12-22 01:10:11 +00:00
mathops.h Add FFMPEG_ prefix to all multiple inclusion guards. 2007-10-17 09:37:46 +00:00
mpegvideo_arm.c spelling 2007-12-01 22:21:04 +00:00
mpegvideo_armv5te.c Fix links to ARM documentation 2007-09-05 07:49:01 +00:00
mpegvideo_iwmmxt.c Add libavcodec to compiler include flags in order to simplify header 2007-05-16 09:51:45 +00:00
simple_idct_arm.S Misc spelling fixes, prefer American over British English. 2007-12-02 15:43:08 +00:00
simple_idct_armv5te.S update my email address 2007-07-05 20:08:51 +00:00
simple_idct_armv6.S update my email address 2007-07-05 20:08:51 +00:00