diff options
| author | jhurst <jhurst@cinecert.com> | 2008-08-09 01:09:50 +0000 |
|---|---|---|
| committer | jhurst <> | 2008-08-09 01:09:50 +0000 |
| commit | 4e404673b69a7e2772579788a0b55c7037cee314 (patch) | |
| tree | d6f05d45f382506786ba737adaa254433d1abb97 /src/kmfilegen.cpp | |
| parent | 7827a7e7572601440568788cb028ee883498fa15 (diff) | |
The following changes have been checked into napali:
1. The is some template voodoo in KM_fileio.h to ward off the D_FILE_OFFSET_BITS=64 bug
2. KM_log.cpp now uses mutex protection for the global default LogSink
3. I added Kumu::Version (uses the same value as ASDCP::Version()). I did this because...
4. I modified Makefile.am so that kmfilegen, kmrandgen, and kmuuidgen only link against libkumu, as nature intended.
Diffstat (limited to 'src/kmfilegen.cpp')
| -rwxr-xr-x | src/kmfilegen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kmfilegen.cpp b/src/kmfilegen.cpp index 487f67a..b1f0a1a 100755 --- a/src/kmfilegen.cpp +++ b/src/kmfilegen.cpp @@ -74,7 +74,7 @@ Copyright (c) 2005-2008 John Hurst\n\ asdcplib may be copied only under the terms of the license found at\n\ the top of every file in the asdcplib distribution kit.\n\n\ Specify the -h (help) option for further information about %s\n\n", - PROGRAM_NAME, ASDCP::Version(), PROGRAM_NAME, PROGRAM_NAME); + PROGRAM_NAME, Kumu::Version(), PROGRAM_NAME, PROGRAM_NAME); } |
