summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-07-18 16:06:07 +0100
committerGitHub <noreply@github.com>2019-07-18 16:06:07 +0100
commit20494e5589c4ddedc6e0a4f5d4dd00cc7fb56445 (patch)
tree90f2fc0cbfe9de588beca5b933b2eff2590d9b74
parent6648afc51cd0f4548fe1ffa8d8a4a8031641b373 (diff)
parent3188cfe6d6a8613344f55cbac085396eac10450e (diff)
Merge pull request #2 from tschiemer/cth
added readme for cth branch/fork
-rw-r--r--README.md36
1 files changed, 36 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7c8f656
--- /dev/null
+++ b/README.md
@@ -0,0 +1,36 @@
+asdcplib-cth
+======
+
+This fork is based on asdcplib 2.5.11 and has the following basic changes needed for [libdcp](https://github.com/cth103/libdcp) and hence [dcp-o-matic](https://github.com/cth103/dcpomatic):
+
+- Tweaks to allow resumption of writes to partial MXFs.
+- Additions to allow hashing of MXFs while they are being written.
+- Replacement of some code with shorter versions using boost.
+- Fixes for various compiler warnings.
+
+asdcplib is ‘an open source implementation of SMPTE and the MXF Interop “Sound & Picture Track File” format. It was originally developed with support from DCI. Development is currently supported by CineCert and other d-cinema manufacturers. See the bundled README file for more information. asdcplib is implemented in C++ and builds on Win32 and most unix platforms that support GCC.’
+
+https://carlh.net/asdcplib
+
+Building
+-----------
+
+ ./waf configure
+ ./waf build
+ sudo ./waf install
+
+
+### Build options
+
+ --target-windows set up to do a cross-compile to Windows
+ --enable-debug build with debugging information and without optimisation
+ --static build statically
+
+### Dependencies
+
+- pkg-config (for build system)
+- openssl
+
+
+---
+Bug reports and queries to Carl Hetherington <cth@carlh.net>