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/frame_rate_test.cc | |
| parent | 6244677a4e92989da3aca309e9eaba0ce420e4a3 (diff) | |
Remove believed-unnecessary film state mutexes.
Diffstat (limited to 'test/frame_rate_test.cc')
| -rw-r--r-- | test/frame_rate_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
