summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormikey <mikey@cinecert.com>2013-07-02 22:11:20 +0000
committermikey <>2013-07-02 22:11:20 +0000
commit9f3ccf5ec5168403b7ce452641dd2d0e508b00e8 (patch)
treefba0bcb542d9c34b56db054f284ea355635f2429
parent97d949f08c2263ee1d2805c9b3caa9b2dc6f9176 (diff)
updates
-rwxr-xr-xREADME3
-rwxr-xr-xwin32/Makefile.mak6
2 files changed, 5 insertions, 4 deletions
diff --git a/README b/README
index 2193512..4bfdfd2 100755
--- a/README
+++ b/README
@@ -90,7 +90,8 @@ http://expat.sourceforge.net/ for source and build instructions.
To configure and build, type './configure' followed by 'make'. There
are several test targets on the POSIX side, but you need to assemble
-a set of test files to use them.
+a set of test files to use them. AS-02 support can be enabled with
+ --enable-as-02.
I have tested this build on win32, Linux, OpenBSD, and Darwin
platforms. Others may work as well.
diff --git a/win32/Makefile.mak b/win32/Makefile.mak
index b1c4b08..d41c149 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=\"1.11.49\" \
+ /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_WARNINGS /DPACKAGE_VERSION=\"2.0.0\" \
/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=\"1.11.49\" \
+ /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_WARNINGS /DPACKAGE_VERSION=\"2.0.0\" \
/I"$(WITH_OPENSSL)"\inc32
!endif
LIB_EXE = lib.exe
@@ -99,7 +99,7 @@ AS02_OBJS = h__02_Reader.obj h__02_Writer.obj AS_02_JP2K.obj \
all: kmfilegen.exe kmrandgen.exe kmuuidgen.exe asdcp-test.exe \
asdcp-wrap.exe asdcp-unwrap.exe asdcp-info.exe \
- blackwave.exe klvwalk.exe j2c-test.exe wavesplit.exe \
+ blackwave.exe klvwalk.exe j2c-test.exe wavesplit.exe
!IFDEF USE_AS_02
as-02-wrap.exe as-02-unwrap.exe \
!ENDIF