Try to capture ffmpeg logs during tests.
[dcpomatic.git] / src / lib / util.cc
index 8c570059821d35ca3290dd250524d3f682b2c6f9..05b69644f1ed95616eb4a8e0f4cde7ebdc85e0be 100644 (file)
@@ -54,6 +54,7 @@
 #include "video_content.h"
 #include <dcp/atmos_asset.h>
 #include <dcp/decrypted_kdm.h>
+#include <dcp/file.h>
 #include <dcp/locale_convert.h>
 #include <dcp/picture_asset.h>
 #include <dcp/raw_convert.h>
@@ -407,7 +408,6 @@ ffmpeg_log_callback(void* ptr, int level, const char* fmt, va_list vl)
 }
 
 
-static
 void
 capture_ffmpeg_logs()
 {