Skip to content

Commit

Permalink
Update FFMPEG package.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayJay3 committed Jan 5, 2025
1 parent 2a83ae3 commit 477cb22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/package-builders/ffmpeg/ffmpeg-amd64-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ else
git clone --depth=1 https://gitlab.com/AOMediaCodec/SVT-AV1.git
cd SVT-AV1
cd Build
# We need to install to system first. Then we can install to the package directory.
cmake .. -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
make -j 8
make install
cmake .. -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/tmp/pkg/ffmpeg_${FFMPEG_VERSION}_amd64/usr/local
make -j 8
make install
Expand Down
4 changes: 4 additions & 0 deletions tools/package-builders/ffmpeg/ffmpeg-arm64-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ else
git clone --depth=1 https://gitlab.com/AOMediaCodec/SVT-AV1.git
cd SVT-AV1
cd Build
# We need to install to system first. Then we can install to the package directory.
cmake .. -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
make -j 8
make install
cmake .. -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/tmp/pkg/ffmpeg_${FFMPEG_VERSION}_arm64/usr/local
make -j 8
make install
Expand Down

0 comments on commit 477cb22

Please sign in to comment.