编译FFMPEG.txt 484 B

1234567891011
  1. ../configure \
  2. --prefix=/home/Apple/Lib/ffmpeg4.4.5 \
  3. --target-os=linux \
  4. --arch=x86_64 \
  5. --disable-x86asm \
  6. --enable-shared \
  7. --enable-openssl \
  8. --extra-cflags="-I/home/Apple/Lib/Standard_Library/Libraries/OpenSSL-1.1.1/include -I/home/Apple/Lib/SRC/ffmpeg-4.4.5/ffmpeg-4.4.5/build/include -fPIC" \
  9. --extra-ldflags="-L/home/Apple/Lib/Standard_Library/Libraries/OpenSSL-1.1.1/lib -lssl -lcrypto -L/home/Apple/Lib/SRC/ffmpeg-4.4.5/ffmpeg-4.4.5/build/lib"
  10. 编译FFMPEG,启用openssl