diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-03 00:00:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-03 00:00:39 +0100 |
| commit | 894f567beaabb43cf96651e61c29d04f3e02ae50 (patch) | |
| tree | db7fa032270d88fabfe0e4819e48ab2e68a93150 /src/lib/util.h | |
| parent | bd540e569b65e4949aac80b988bfa421a0be90e6 (diff) | |
A bit of tidying up; don't build player ever for now; add -c option to makedcp to output configuration information.
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index 16afb7bb6..568fe05d0 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -133,7 +133,7 @@ struct Position }; extern std::string crop_string (Position, Size); - extern int dcp_audio_sample_rate (int); +extern std::string colour_lut_index_to_name (int index); #endif |
