cth103 / libdcp

Library for reading and writing Digital Cinema Packages (DCPs).
GNU General Public License v2.0
22 stars 11 forks source link

Compilation issues #7

Closed mart-jansink closed 3 years ago

mart-jansink commented 3 years ago

I encountered some small issues while trying to compile libdcp and to embed the make_dcp example in a different project. E.g. the wscript looks for libasdcp-carl but the README points to https://github.com/cth103/asdcplib-cth/tree/cth which builds as libasdcp-cth. Or should we actually be using https://github.com/cth103/asdcplib/tree/carl, which I just noticed also exists?

cth103 commented 3 years ago

Yes, I'm really sorry for the branch name confusion - I have been trying to clean that up. DCP-o-matic is using https://github.com/cth103/asdcplib/tree/carl

I've deleted the cth branch to try and make it clearer.

cth103 commented 3 years ago

I cherry-picked the other three commits to master - thank you very much!