./configure \
--cc=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc \
--as='gas-preprocessor.pl /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc' \
--sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk \
--extra-ldflags=-L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk/usr/lib/system \
--target-os=darwin \
--arch=arm \
--cpu=cortex-a8 \
--extra-cflags='-arch armv7' \
--extra-ldflags='-arch armv7' \
--enable-pic \
--enable-cross-compile \
--disable-ffmpeg \
--disable-ffplay \
--disable-ffserver \
--disable-doc \
--disable-asm \

--prefix=/libs/ffmpeg-1.0

make

make install

相关文章:

  • 2021-04-03
  • 2021-10-26
  • 2021-09-11
  • 2022-12-23
  • 2021-06-30
  • 2022-12-23
  • 2022-02-06
  • 2021-04-06
猜你喜欢
  • 2022-03-04
  • 2021-08-17
  • 2021-07-03
  • 2021-05-29
  • 2021-05-23
  • 2022-12-23
相关资源
相似解决方案