From 4762cfc3748b7738b33ca327d71ab60c23bcbfa8 Mon Sep 17 00:00:00 2001 From: jhurst Date: Fri, 14 Sep 2018 14:24:37 +0000 Subject: [PATCH] fix typos --- src/as-02-wrap.cpp | 4 ++-- 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 - \n\ Create one Target Frame SubDescriptor per PNG or TIFF file in ,\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 [,*] - \n\ List of TargetFrameIndex values in Target Frame SubDescriptor corresponding to the \n\ list of Target Frame frame files in as given by option -subt\n\ - -tft - Target Frame Transfer Characteristics Symbol, e.g. TransferCharacteristics_709\n\ + -tft - Target Frame Transfer Characteristics Symbol, e.g. TransferCharacteristic_ITU709\n\ -tfc - Target Frame Color Primaries Symbol, e.g. ColorPrimaries_ITU709\n\ -tfr , - Target Frame Component Min/Max Ref in Target Frame SubDescriptor\n\ -tfv - 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 -- 2.30.2