소스 검색

ffmpeg was fine with g++. Turns out the issue was specifically with

boost building with c++11 abi turned on.
master
Ray Burgemeestre 5 년 전
부모
커밋
5758b31c0a
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. +0
    -6
      ffmpeg/Makefile

+ 0
- 6
ffmpeg/Makefile 파일 보기

@@ -16,12 +16,6 @@ ffmpeg_impl:
sudo apt-get install -y yasm
sudo apt-get install -y nasm # apparently x264 switched to this

update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-7 40
update-alternatives --install /usr/bin/cc cc /usr/bin/clang-7 40
update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-7 40
update-alternatives --install /usr/bin/clang clang /usr/bin/clang-7 40
update-alternatives --install /usr/bin/ld ld /usr/bin/ld.lld-7 40

mkdir x264_out
mkdir ffmpeg_out


Loading…
취소
저장