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)