Mercurial > libavcodec.hg
changeset 5951:3d2019ebd388 libavcodec
remove useless #ifdef around extern declaration
author | aurel |
---|---|
date | Tue, 27 Nov 2007 22:56:15 +0000 |
parents | e419e6d4e7eb |
children | aa06b0387069 |
files | i386/dsputil_mmx.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/i386/dsputil_mmx.c Tue Nov 27 22:54:46 2007 +0000 +++ b/i386/dsputil_mmx.c Tue Nov 27 22:56:15 2007 +0000 @@ -3303,7 +3303,6 @@ asm volatile("emms"); } -#ifdef CONFIG_SNOW_DECODER extern void ff_snow_horizontal_compose97i_sse2(DWTELEM *b, int width); extern void ff_snow_horizontal_compose97i_mmx(DWTELEM *b, int width); extern void ff_snow_vertical_compose97i_sse2(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, DWTELEM *b3, DWTELEM *b4, DWTELEM *b5, int width); @@ -3312,7 +3311,6 @@ int src_x, int src_y, int src_stride, slice_buffer * sb, int add, uint8_t * dst8); extern void ff_snow_inner_add_yblock_mmx(const uint8_t *obmc, const int obmc_stride, uint8_t * * block, int b_w, int b_h, int src_x, int src_y, int src_stride, slice_buffer * sb, int add, uint8_t * dst8); -#endif void dsputil_init_mmx(DSPContext* c, AVCodecContext *avctx) {