cth103 / libdcp

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

OpenMP selectable library + readme #4

Closed tschiemer closed 5 years ago

tschiemer commented 5 years ago

I added the option to specify the openmp library to use.

At least when on macOS it's comfortable using the existing package managers and homebrew seems to have only libomp but not so much libgomp.

It's not doing any sanity checks, but is rather straight forward.

PLUS: Readme elaborations according to #3