# HG changeset patch # User reimar # Date 1126380640 0 # Node ID f4afa38128185d4319b7c39ff14ad8cbe9c9672a # Parent f7f8a1c2a077f877fed79503718848b684c44e39 Fix compile without CONFIG_GPL, misplaced #endif caused a missing }. diff -r f7f8a1c2a077 -r f4afa3812818 i386/dsputil_mmx.c --- a/i386/dsputil_mmx.c Sat Sep 10 19:03:37 2005 +0000 +++ b/i386/dsputil_mmx.c Sat Sep 10 19:30:40 2005 +0000 @@ -2564,8 +2564,8 @@ c->idct_add= ff_idct_xvid_mmx_add; c->idct = ff_idct_xvid_mmx; } +#endif } -#endif } #ifdef CONFIG_ENCODERS