- ../configure \
- --prefix=/home/Apple/Lib/ffmpeg4.4.5 \
- --target-os=linux \
- --arch=x86_64 \
- --disable-x86asm \
- --enable-shared \
- --enable-openssl \
- --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" \
- --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"
- 编译FFMPEG,启用openssl
|