diff options
| author | jhurst <jhurst@cinecert.com> | 2018-09-14 14:24:37 +0000 |
|---|---|---|
| committer | jhurst <> | 2018-09-14 14:24:37 +0000 |
| commit | 4762cfc3748b7738b33ca327d71ab60c23bcbfa8 (patch) | |
| tree | de3240be0fc202a4164dbe40f61779fc24cf4cbf | |
| parent | c48437f2c2859ba04f1e7f48ddc403d5a0fab632 (diff) | |
fix typos
| -rwxr-xr-x | src/as-02-wrap.cpp | 4 | ||||
| -rwxr-xr-x | win32/Makefile.mak | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/as-02-wrap.cpp b/src/as-02-wrap.cpp index ce291f6..204feb0 100755 --- a/src/as-02-wrap.cpp +++ b/src/as-02-wrap.cpp @@ -202,12 +202,12 @@ Options specific to ACES ST2067-50:\n\ uses values from -o and -O, if present\n\ -subt <directoryPath> - \n\ Create one Target Frame SubDescriptor per PNG or TIFF file in <directoryPath>,\n\ - and wrap each PNG or TIFF file as ancillariy resource\n\ + and wrap each PNG or TIFF file as ancillary resource\n\ Requires additional options -tfi, -tft, -tfc, -tfr\n\ -tfi <int>[,<int>*] - \n\ List of TargetFrameIndex values in Target Frame SubDescriptor corresponding to the \n\ list of Target Frame frame files in <directoryPath> as given by option -subt\n\ - -tft <string> - Target Frame Transfer Characteristics Symbol, e.g. TransferCharacteristics_709\n\ + -tft <string> - Target Frame Transfer Characteristics Symbol, e.g. TransferCharacteristic_ITU709\n\ -tfc <string> - Target Frame Color Primaries Symbol, e.g. ColorPrimaries_ITU709\n\ -tfr <min>,<max> - Target Frame Component Min/Max Ref in Target Frame SubDescriptor\n\ -tfv <string> - Target Frame Viewing Environment Symbol, e.g. HDTVReferenceViewingEnvironment\n\ diff --git a/win32/Makefile.mak b/win32/Makefile.mak index 444e78f..60111bd 100755 --- a/win32/Makefile.mak +++ b/win32/Makefile.mak @@ -33,11 +33,11 @@ OBJDIR = . !ifdef ENABLE_RANDOM_UUID
CXXFLAGS1 = /nologo /W3 /GR /EHsc /DWIN32 /DKM_WIN32 /D_CONSOLE /I. /I$(SRCDIR) /DASDCP_PLATFORM=\"win32\" \
- /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_WARNINGS /DPACKAGE_VERSION=\"2.5.13\" \
+ /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_WARNINGS /DPACKAGE_VERSION=\"2.9.30\" \
/I"$(WITH_OPENSSL)"\inc32 /DCONFIG_RANDOM_UUID=1
!else
CXXFLAGS1 = /nologo /W3 /GR /EHsc /DWIN32 /DKM_WIN32 /D_CONSOLE /I. /I$(SRCDIR) /DASDCP_PLATFORM=\"win32\" \
- /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_WARNINGS /DPACKAGE_VERSION=\"2.5.13\" \
+ /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_WARNINGS /DPACKAGE_VERSION=\"2.9.30\" \
/I"$(WITH_OPENSSL)"\inc32
!endif
LIB_EXE = lib.exe
|
