[MPlayer-dev-eng] [PATCH] removed av_fdct from dsputil_mlib.c

Martin Olschewski olschewski at zpr.uni-koeln.de
Fri Aug 30 16:21:37 CEST 2002


Hallo,

since somebody (perhaps Michael Niedermayer) removed av_fdct
from libavcodec/dsputil.h it seems save to remove it from
libavcodec/mlib/dsputil_mlib.c, too.  Otherwise it will not
compile anymore.  (My shortest patch ever, once again for
sun/solaris.)

Have fun,

  Martin

-- 
Dipl.-Inform. Martin Olschewski 	Center for Applied Computer Science
Email: olschewski at zpr.uni-koeln.de	University of Cologne
Tel.:  ++49/221/470-6018		Weyertal 80
Fax.:  ++49/221/470-5160		D-50931 K\"oln
-------------- next part --------------
Index: libavcodec/mlib/dsputil_mlib.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/mlib/dsputil_mlib.c,v
retrieving revision 1.3
diff -u -r1.3 dsputil_mlib.c
--- libavcodec/mlib/dsputil_mlib.c	25 May 2002 22:45:33 -0000	1.3
+++ libavcodec/mlib/dsputil_mlib.c	30 Aug 2002 14:10:20 -0000
@@ -125,7 +125,6 @@
 
 void dsputil_init_mlib(void)
 {
-    av_fdct = ff_fdct_mlib;
     ff_idct = ff_idct_mlib;
 
     put_pixels_tab[0] = put_pixels_mlib;


More information about the MPlayer-dev-eng mailing list