diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-05-22 13:53:23 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-05-22 13:53:23 +0000 |
commit | d7d267dfe0f2b1a64184973833f84a1c23844ce6 (patch) | |
tree | f4ae8fae1d8f297aec165203531db9060978d632 /libavcodec/imgresample.c | |
parent | 92ba5ffbb5fe072a3bdf37f87ec1443ee1af6744 (diff) | |
download | ffmpeg-d7d267dfe0f2b1a64184973833f84a1c23844ce6.tar.gz |
* minor cleanup
Originally committed as revision 562 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/imgresample.c')
-rw-r--r-- | libavcodec/imgresample.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/imgresample.c b/libavcodec/imgresample.c index 9cf3b26375..b9dfba6a02 100644 --- a/libavcodec/imgresample.c +++ b/libavcodec/imgresample.c @@ -518,7 +518,7 @@ static void dump_filter(INT16 *filter) } #ifdef HAVE_MMX -int mm_flags; +extern int mm_flags; #endif int main(int argc, char **argv) |