Advertisement
Guest User

cant compile lame + ios5.1 + ffmpeg

a guest
Apr 6th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. ./configure --enable-static \
  2. --disable-shared --enable-pic \
  3. --sysroot="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk" \
  4. --extra-ldflags="-arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk -miphoneos-version-min=5.1" \
  5. --enable-debug \
  6. --extra-cflags="-arch armv7 -mfpu=neon -miphoneos-version-min=5.1" \
  7. --enable-cross-compile \
  8. --arch=arm --target-os=darwin \
  9. --cc="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc" \
  10. --cpu=cortex-a8 \
  11. --enable-gpl \
  12. --enable-debug \
  13. --enable-small \
  14. --disable-asm \
  15. --enable-libmp3lame
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement