projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df2cded
)
Whitespace fix.
author
Carl Hetherington
<cth@carlh.net>
Sat, 15 Mar 2025 23:32:17 +0000
(
00:32
+0100)
committer
Carl Hetherington
<cth@carlh.net>
Sat, 15 Mar 2025 23:32:17 +0000
(
00:32
+0100)
test/test.cc
patch
|
blob
|
history
diff --git
a/test/test.cc
b/test/test.cc
index b15401602056a697e0fa378bf6e59620495864ac..ba9b4d66f97ed9e50b2fadbfef432356c5bc3c84 100644
(file)
--- a/
test/test.cc
+++ b/
test/test.cc
@@
-979,7
+979,7
@@
verify_dcp(boost::filesystem::path dir, vector<dcp::VerificationNote::Code> igno
void
-#ifdef
DCPOMATIC_LINUX
+#ifdef DCPOMATIC_LINUX
make_and_verify_dcp(shared_ptr<Film> film, vector<dcp::VerificationNote::Code> ignore, bool dcp_inspect, bool clairmeta)
#else
make_and_verify_dcp(shared_ptr<Film> film, vector<dcp::VerificationNote::Code> ignore, bool, bool)