[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec/i386 dsputil_mmx.c, 1.100, 1.101
Reimar Döffinger CVS
reimar
Sat Sep 10 21:30:42 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec/i386
In directory mail:/var2/tmp/cvs-serv12480
Modified Files:
dsputil_mmx.c
Log Message:
Fix compile without CONFIG_GPL, misplaced #endif caused a missing }.
Index: dsputil_mmx.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/i386/dsputil_mmx.c,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- dsputil_mmx.c 10 Sep 2005 17:01:29 -0000 1.100
+++ dsputil_mmx.c 10 Sep 2005 19:30:40 -0000 1.101
@@ -2564,8 +2564,8 @@
c->idct_add= ff_idct_xvid_mmx_add;
c->idct = ff_idct_xvid_mmx;
}
- }
#endif
+ }
}
#ifdef CONFIG_ENCODERS
More information about the ffmpeg-cvslog
mailing list