Try to fix build on OS X.
authorCarl Hetherington <cth@carlh.net>
Wed, 27 Nov 2013 15:17:51 +0000 (15:17 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 27 Nov 2013 15:17:51 +0000 (15:17 +0000)
test/frame_info_test.cc

index c242d07e07a8b28fd55b3c26399477a35dc1d8b7..db73d7fb5bfd10306d4ec6013ec673f495e4b985 100644 (file)
@@ -26,7 +26,7 @@ using namespace std;
 /* Test writing and reading of frame_info_test with fstream and stdio */
 BOOST_AUTO_TEST_CASE (frame_info_test)
 {
-       libdcp::FrameInfo a (8589934592, 17179869184, "thisisahash");
+       libdcp::FrameInfo a (8589934592LL, 17179869184LL, "thisisahash");
 
        ofstream o1 ("build/test/frame_info1");
        a.write (o1);