diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-14 15:41:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-14 15:41:03 +0100 |
| commit | a5a64cf04a5b87296abd2a04306a907767f02e56 (patch) | |
| tree | 9c09949f21446d1a4d5313bb19c905b6ad1b23c9 /test | |
| parent | 6244677a4e92989da3aca309e9eaba0ce420e4a3 (diff) | |
Remove believed-unnecessary film state mutexes.
Diffstat (limited to 'test')
| -rw-r--r-- | test/ffmpeg_audio_test.cc | 1 | ||||
| -rw-r--r-- | test/ffmpeg_pts_offset.cc | 1 | ||||
| -rw-r--r-- | test/frame_rate_test.cc | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/test/ffmpeg_audio_test.cc b/test/ffmpeg_audio_test.cc index 7eafeef70..65c29325c 100644 --- a/test/ffmpeg_audio_test.cc +++ b/test/ffmpeg_audio_test.cc @@ -27,6 +27,7 @@ #include "lib/film.h" #include "lib/dcp_content_type.h" #include "lib/ratio.h" +#include "lib/ffmpeg_content.h" #include "test.h" using std::string; diff --git a/test/ffmpeg_pts_offset.cc b/test/ffmpeg_pts_offset.cc index 65cc28a84..c6e9c0303 100644 --- a/test/ffmpeg_pts_offset.cc +++ b/test/ffmpeg_pts_offset.cc @@ -20,6 +20,7 @@ #include <boost/test/unit_test.hpp> #include "lib/film.h" #include "lib/ffmpeg_decoder.h" +#include "lib/ffmpeg_content.h" #include "test.h" using boost::shared_ptr; diff --git a/test/frame_rate_test.cc b/test/frame_rate_test.cc index 5cdea8c6b..1cae59ed1 100644 --- a/test/frame_rate_test.cc +++ b/test/frame_rate_test.cc @@ -20,6 +20,8 @@ #include <boost/test/unit_test.hpp> #include "lib/film.h" #include "lib/config.h" +#include "lib/ffmpeg_content.h" +#include "lib/playlist.h" #include "test.h" using boost::shared_ptr; |
