编译FFMPEG.txt 175 B

123456789
  1. ../configure \
  2. --prefix=/home/Apple/Libs/ffmpeg4.4.5 \
  3. --target-os=linux \
  4. --arch=x86_64 \
  5. --disable-x86asm \
  6. --enable-shared \
  7. --enable-openssl
  8. 编译FFMPEG,启用openssl