소스 검색

Fix ffmpeg build

master
Ray Burgemeestre 2 년 전
부모
커밋
b4fc06575e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      ffmpeg/Makefile

+ 3
- 0
ffmpeg/Makefile 파일 보기

@@ -35,6 +35,9 @@ ubuntu2204:
bash ../ubuntu2204.sh chown $$(id -u):$$(id -g) . -R # fix permissions

ffmpeg_impl:
# see issue https://exerror.com/fatal-detected-dubious-ownership-in-repository/
git config --global --add safe.directory '*'

apt-get update
sudo apt-get install -y yasm
sudo apt-get install -y nasm # apparently x264 switched to this

Loading…
취소
저장