changeset 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 f7f8a1c2a077
children 062b2d5d1eba
files i386/dsputil_mmx.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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