comparison i386/dsputil_mmx.c @ 2871:f4afa3812818 libavcodec

Fix compile without CONFIG_GPL, misplaced #endif caused a missing }.
author reimar
date Sat, 10 Sep 2005 19:30:40 +0000
parents 666064f710d4
children 41315d0120b3
comparison
equal deleted inserted replaced
2870:f7f8a1c2a077 2871:f4afa3812818
2562 }else{ 2562 }else{
2563 c->idct_put= ff_idct_xvid_mmx_put; 2563 c->idct_put= ff_idct_xvid_mmx_put;
2564 c->idct_add= ff_idct_xvid_mmx_add; 2564 c->idct_add= ff_idct_xvid_mmx_add;
2565 c->idct = ff_idct_xvid_mmx; 2565 c->idct = ff_idct_xvid_mmx;
2566 } 2566 }
2567 #endif
2567 } 2568 }
2568 #endif
2569 } 2569 }
2570 2570
2571 #ifdef CONFIG_ENCODERS 2571 #ifdef CONFIG_ENCODERS
2572 c->get_pixels = get_pixels_mmx; 2572 c->get_pixels = get_pixels_mmx;
2573 c->diff_pixels = diff_pixels_mmx; 2573 c->diff_pixels = diff_pixels_mmx;