diff 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
line wrap: on
line diff
--- 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