diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2002-06-04 12:58:40 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2002-06-04 12:58:40 +0000 |
commit | 03c94ede9365c22855c4f63941a13d0a4574f7a4 (patch) | |
tree | 1621e197b4d6e7d37c2acabb5b748648407b5bc3 /libavcodec/jfdctfst.c | |
parent | c3aea5c424052ea4972922b68b1bc35de276fc30 (diff) | |
download | ffmpeg-03c94ede9365c22855c4f63941a13d0a4574f7a4.tar.gz |
avoid name clash with libjpeg - added missing externs
Originally committed as revision 660 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/jfdctfst.c')
-rw-r--r-- | libavcodec/jfdctfst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/jfdctfst.c b/libavcodec/jfdctfst.c index 25d0d227d9..4e3b55bb51 100644 --- a/libavcodec/jfdctfst.c +++ b/libavcodec/jfdctfst.c @@ -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; |