[SCM] libav/experimental: Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional to ARCH_SPARC anyway.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:07:14 UTC 2013
The following commit has been merged in the experimental branch:
commit 4981218420aa6ad2d443d8d382d60f459d43f0f0
Author: Diego Biurrun <diego at biurrun.de>
Date: Mon Sep 17 10:14:56 2007 +0000
Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional to
ARCH_SPARC anyway.
Originally committed as revision 10517 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/sparc/dsputil_vis.c b/libavcodec/sparc/dsputil_vis.c
index fee7960..4367b72 100644
--- a/libavcodec/sparc/dsputil_vis.c
+++ b/libavcodec/sparc/dsputil_vis.c
@@ -25,8 +25,6 @@
#include "config.h"
-#ifdef ARCH_SPARC
-
#include <inttypes.h>
#include <signal.h>
#include <setjmp.h>
@@ -4097,5 +4095,3 @@ void dsputil_init_vis(DSPContext* c, AVCodecContext *avctx)
c->avg_no_rnd_pixels_tab[1][3] = MC_avg_no_round_xy_8_vis;
}
}
-
-#endif /* !(ARCH_SPARC) */
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list