summaryrefslogtreecommitdiff
path: root/cmdutils.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2009-03-03 22:51:30 +0000
committerMichael Niedermayer <michaelni@gmx.at>2009-03-03 22:51:30 +0000
commit6d4f53cbacbec4fc83f4f84d109c7c68abeecf4a (patch)
tree7fb4c6eab6fc1863929b9422824f261d0af6784a /cmdutils.c
parent1ad1eaadd6be407d5ca78ad9d50028031ca37e65 (diff)
Remove old scaler.
Originally committed as revision 17786 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'cmdutils.c')
-rw-r--r--cmdutils.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmdutils.c b/cmdutils.c
index d5fb6cff7b..502726f85a 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -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