Compile fix.
[dcpomatic.git] / src / lib / sndfile_content.cc
index 7e6d56a9e4c5eda1c91d94d6eea341f725bcdc31..e5491480fc7737065567ad931699c0cbc57c67aa 100644 (file)
@@ -20,6 +20,7 @@
 #include <libcxml/cxml.h>
 #include "sndfile_content.h"
 #include "sndfile_decoder.h"
+#include "film.h"
 #include "compose.hpp"
 #include "job.h"
 
@@ -54,7 +55,7 @@ SndfileContent::SndfileContent (shared_ptr<const Film> f, shared_ptr<const cxml:
 string
 SndfileContent::summary () const
 {
-       return String::compose (_("Sound file: %1"), file().filename().string());
+       return String::compose (_("%1 [audio]"), file().filename().string());
 }
 
 string