[FFmpeg-devel] ARM pld instruction not supported on armv4
Diego Biurrun
diego
Sat Mar 22 16:09:54 CET 2008
On Sat, Mar 22, 2008 at 03:52:57PM +0100, matthieu castet wrote:
>
> this patch should fix issue 393 :
> https://roundup.mplayerhq.hu/roundup/ffmpeg/issue393
> --- libavcodec/armv4l/dsputil_arm_s.S (r?vision 12549)
> +++ libavcodec/armv4l/dsputil_arm_s.S (copie de travail)
> @@ -19,6 +19,13 @@
>
> +#include "config.h"
> +
> +#if ENABLE_PLD == 0
#ifndef HAVE_PLD
Diego
More information about the ffmpeg-devel
mailing list