Bump to new Cineform

Use version v10.0.2a.

+ do not build Cineform tools - not needed and current Cineform master
  (not this one checked) fails to compile the tools in MSW
This commit is contained in:
Martin Pulec
2020-05-01 15:02:27 +02:00
parent f30614f19a
commit 1d4a350159
5 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ brew install autoconf automake cppunit dylibbundler libtool pkg-config
brew install ffmpeg portaudio sdl2
brew install imagemagick jack opencv openssl
brew install ossp-uuid # for cineform
( cd cineform-sdk/ && cmake . && make CFHDCodecStatic )
( cd cineform-sdk/ && cmake -DBUILD_TOOLS=OFF . && make CFHDCodecStatic )
brew install qt
mkdir $TEMP_INST