diff options
| -rw-r--r-- | README.md (renamed from README) | 23 | ||||
| -rw-r--r-- | src/types.h | 2 |
2 files changed, 14 insertions, 11 deletions
@@ -1,24 +1,26 @@ -== libdcp +libdcp +====== Hello. -== Acknowledgements +Acknowledgements +================ Wolfgang Woehl's cinemaslides was most informative on the nasty details of encryption. +Building +======== + ./waf configure + ./waf + sudo ./waf install -== Building: -./waf configure -./waf -./waf install - - -== Dependencies +Dependencies +============ boost filesystem, signals2 and unit testing libraries openssl @@ -28,7 +30,8 @@ xmlsec openjpeg (1.5.0 or above) -== Documentation +Documentation +============= Run doxygen in the top-level directory and then see build/doc/html/index.html. diff --git a/src/types.h b/src/types.h index a309121a..36dcc3fe 100644 --- a/src/types.h +++ b/src/types.h @@ -47,7 +47,7 @@ enum Channel { LC = 8, RC = 9, BSL = 10, - BSR = 111 + BSR = 11 }; enum ContentKind |
