diff jfdctfst.c @ 474:11dbd00682fc libavcodec

avoid name clash with libjpeg - added missing externs
author bellard
date Tue, 04 Jun 2002 12:58:40 +0000
parents 000aeeac27a2
children b32afefe7d33
line wrap: on
line diff
--- a/jfdctfst.c	Tue Jun 04 12:56:04 2002 +0000
+++ b/jfdctfst.c	Tue Jun 04 12:58:40 2002 +0000
@@ -113,7 +113,7 @@
  */
 
 GLOBAL(void)
-jpeg_fdct_ifast (DCTELEM * data)
+fdct_ifast (DCTELEM * data)
 {
   DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7;
   DCTELEM tmp10, tmp11, tmp12, tmp13;