]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - cmdutils.c
Remove old scaler.
[frescor/ffmpeg.git] / cmdutils.c
index d5fb6cff7bb9f346ce2c7fdb0212dd67a5fd115a..502726f85a75b45d5e0055f7d79507c839f4d86a 100644 (file)
@@ -280,9 +280,7 @@ static void print_all_lib_versions(FILE* outstream, int indent)
 #if CONFIG_AVFILTER
     PRINT_LIB_VERSION(outstream, avfilter, AVFILTER, indent);
 #endif
-#if CONFIG_SWSCALE
     PRINT_LIB_VERSION(outstream, swscale,  SWSCALE,  indent);
-#endif
 #if CONFIG_POSTPROC
     PRINT_LIB_VERSION(outstream, postproc, POSTPROC, indent);
 #endif