Skip to content

Commit

Permalink
bump ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
mertalev committed Nov 11, 2024
1 parent 892001e commit cced495
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions server/bin/build-imagemagick.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ cd ImageMagick
git reset --hard "$IMAGEMAGICK_REVISION"

./configure --with-modules
echo "Building ImageMagick using $(nproc) threads"
make -j"$(nproc)"
make install
cd .. && rm -rf ImageMagick
Expand Down
1 change: 1 addition & 0 deletions server/bin/build-libraw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ git reset --hard "$LIBRAW_REVISION"

autoreconf --install
./configure
echo "Building ImageMagick using $(nproc) threads"
make -j"$(nproc)"
make install
cd .. && rm -rf libraw
Expand Down
6 changes: 3 additions & 3 deletions server/bin/build-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"packages": [
{
"name": "ffmpeg",
"version": "7.0.2-5",
"version": "7.0.2-6",
"sha256": {
"amd64": "3bc5a4f92a751c0d0acd81ed678440504eaaed60ebb3b8884e1ccb3307ec68d8",
"arm64": "ae25cf837098151f849c50bb8672d097cf4c81e47fb38bdb4ab7c41c8fcd3f75"
"amd64": "b1af13a8cf6d0ad04df5dfb74f7dc31d0434ad82f35ca7aae2aa917dc08b0fec",
"arm64": "d8c4fc774cb3fced172046b8d71659c2b24b34720c679aac8d6e2c29620e7967"
}
}
]
Expand Down

0 comments on commit cced495

Please sign in to comment.