]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/jfdctfst.c
gcc3 bug workaround
[ffmpeg] / libavcodec / jfdctfst.c
index 25d0d227d99542ef9683608353f4f72f46acebfb..4e3b55bb51e6e33342e72f9a768e7de58a38106d 100644 (file)
  */
 
 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;