summaryrefslogtreecommitdiff
path: root/libavcodec/imgresample.c
diff options
context:
space:
mode:
authorZdenek Kabelac <kabi@informatics.muni.cz>2002-05-22 13:53:23 +0000
committerZdenek Kabelac <kabi@informatics.muni.cz>2002-05-22 13:53:23 +0000
commitd7d267dfe0f2b1a64184973833f84a1c23844ce6 (patch)
treef4ae8fae1d8f297aec165203531db9060978d632 /libavcodec/imgresample.c
parent92ba5ffbb5fe072a3bdf37f87ec1443ee1af6744 (diff)
* 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.c2
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)