]> git.sesse.net Git - ffmpeg/commitdiff
cmdutils: print swr versions too
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 22 Dec 2011 02:09:58 +0000 (03:09 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 22 Dec 2011 02:09:58 +0000 (03:09 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
cmdutils.c

index 4a5421b7703c35fc0b9cc92a11f2312ca2ae2936..e3497a2ea43c6040677647459b3633440200c07d 100644 (file)
@@ -33,6 +33,7 @@
 #include "libavfilter/avfilter.h"
 #include "libavdevice/avdevice.h"
 #include "libswscale/swscale.h"
+#include "libswresample/swresample.h"
 #include "libpostproc/postprocess.h"
 #include "libavutil/avstring.h"
 #include "libavutil/mathematics.h"
@@ -579,6 +580,7 @@ static void print_all_libs_info(int flags, int level)
     PRINT_LIB_INFO(avdevice, AVDEVICE, flags, level);
     PRINT_LIB_INFO(avfilter, AVFILTER, flags, level);
     PRINT_LIB_INFO(swscale,  SWSCALE,  flags, level);
+    PRINT_LIB_INFO(swresample,SWRESAMPLE,  flags, level);
     PRINT_LIB_INFO(postproc, POSTPROC, flags, level);
 }