summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-04-11 01:31:51 +0200
committerDiego Biurrun <diego@biurrun.de>2013-04-30 01:42:32 +0200
commit97c56ad7961ebb463dc9f76fe30b96966ad13864 (patch)
treecdb96b658abe130388cc544cc2c88058ea6d29fe
parent85f2f82af66fade2f5af2a03c5011d7de1b6e295 (diff)
x86: dsputil: Remove a set of pointless #ifs around function declarations
-rw-r--r--libavcodec/x86/dsputil_mmx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/x86/dsputil_mmx.c b/libavcodec/x86/dsputil_mmx.c
index 5441cb83b3..70b2249efd 100644
--- a/libavcodec/x86/dsputil_mmx.c
+++ b/libavcodec/x86/dsputil_mmx.c
@@ -54,7 +54,6 @@ DECLARE_ALIGNED(16, const double, ff_pd_1)[2] = { 1.0, 1.0 };
DECLARE_ALIGNED(16, const double, ff_pd_2)[2] = { 2.0, 2.0 };
-#if HAVE_YASM
void ff_put_pixels8_l2_mmxext(uint8_t *dst, uint8_t *src1, uint8_t *src2,
int dstStride, int src1Stride, int h);
void ff_put_no_rnd_pixels8_l2_mmxext(uint8_t *dst, uint8_t *src1,
@@ -96,7 +95,6 @@ void ff_put_no_rnd_mpeg4_qpel8_v_lowpass_mmxext(uint8_t *dst, uint8_t *src,
int dstStride, int srcStride);
#define ff_put_no_rnd_pixels16_mmxext ff_put_pixels16_mmxext
#define ff_put_no_rnd_pixels8_mmxext ff_put_pixels8_mmxext
-#endif /* HAVE_YASM */
#if HAVE_INLINE_ASM