[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec/i386 fdct_mmx.c, 1.16, 1.17 idct_mmx.c, 1.12, 1.13

Alexander Strasser beastd al
Mon Aug 1 22:07:06 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec/i386
In directory mail:/var2/tmp/cvs-serv23492/libavcodec/i386

Modified Files:
	fdct_mmx.c idct_mmx.c 
Log Message:
libavutil: Utility code from libavcodec moved to a separate library.


Index: fdct_mmx.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/i386/fdct_mmx.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- fdct_mmx.c	11 Oct 2004 02:19:29 -0000	1.16
+++ fdct_mmx.c	1 Aug 2005 20:07:04 -0000	1.17
@@ -13,7 +13,7 @@
  * a page about fdct at http://www.geocities.com/ssavekar/dct.htm
  * Skal's fdct at http://skal.planet-d.net/coding/dct.html
  */
-#include "../common.h"
+#include "common.h"
 #include "../dsputil.h"
 #include "mmx.h"
 

Index: idct_mmx.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/i386/idct_mmx.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- idct_mmx.c	2 Jun 2005 20:45:35 -0000	1.12
+++ idct_mmx.c	1 Aug 2005 20:07:04 -0000	1.13
@@ -22,7 +22,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "../common.h"
+#include "common.h"
 #include "../dsputil.h"
 
 #include "mmx.h"





More information about the ffmpeg-cvslog mailing list