mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 17:40:23 +00:00
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:
2
.github/scripts/Linux/prepare.sh
vendored
2
.github/scripts/Linux/prepare.sh
vendored
@@ -27,7 +27,7 @@ sudo apt install libavcodec-dev libavformat-dev libavutil-dev libswscale-dev
|
||||
sudo apt install libopencv-dev
|
||||
sudo apt install libglib2.0-dev libcurl4-nss-dev
|
||||
( mkdir gpujpeg/build && cd gpujpeg/build && CC=$CUDA_HOST_COMPILER cmake .. && make && sudo make install && sudo ldconfig )
|
||||
( sudo apt install uuid-dev && cd cineform-sdk/ && cmake . && make CFHDCodecStatic )
|
||||
( sudo apt install uuid-dev && cd cineform-sdk/ && cmake -DBUILD_TOOLS=OFF . && make CFHDCodecStatic )
|
||||
sudo apt install qtbase5-dev
|
||||
sudo chmod 777 /usr/local
|
||||
|
||||
|
||||
2
.github/scripts/Windows/prepare_msys.sh
vendored
2
.github/scripts/Windows/prepare_msys.sh
vendored
@@ -69,5 +69,5 @@ wget --no-verbose https://ffmpeg.zeranoe.com/builds/win64/dev/ffmpeg-latest-win6
|
||||
( cd gpujpeg && nvcc -I. -DGPUJPEG_EXPORTS -o gpujpeg.dll --shared src/gpujpeg_*c src/gpujpeg*cu && cp gpujpeg.lib /usr/local/lib && cp gpujpeg.dll /usr/local/bin && cp -r libgpujpeg /usr/local/include )
|
||||
|
||||
# Build CineForm
|
||||
( cd cineform-sdk && cmake -DBUILD_STATIC=false -A x64 && MSBuild.exe CineFormSDK.sln -property:Configuration=Release && cp Release/CFHDCodec.dll /usr/local/bin && cp Release/CFHDCodec.lib /usr/local/lib && cp Common/* /usr/local/include && cp libcineformsdk.pc /usr/local/lib/pkgconfig )
|
||||
( cd cineform-sdk && cmake -DBUILD_STATIC=false -DBUILD_TOOLS=false -A x64 && MSBuild.exe CineFormSDK.sln -property:Configuration=Release && cp Release/CFHDCodec.dll /usr/local/bin && cp Release/CFHDCodec.lib /usr/local/lib && cp Common/* /usr/local/include && cp libcineformsdk.pc /usr/local/lib/pkgconfig )
|
||||
|
||||
|
||||
2
.github/scripts/macOS/prepare.sh
vendored
2
.github/scripts/macOS/prepare.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user