`
啸笑天
  • 浏览: 3435332 次
  • 性别: Icon_minigender_1
  • 来自: China
社区版块
存档分类
最新评论

ios技术图

阅读更多

ios技术图



 

 

 

 

 

 

 

 

 

  • 大小: 386.1 KB
分享到:
评论
6 楼 啸笑天 2013-02-01  
http://www.davideccher.com/blog/wordpress/building-librtmp-for-ios/
5 楼 啸笑天 2013-02-01  
http://stackoverflow.com/questions/13816644/how-to-use-librtmp-in-ffmpeg
4 楼 啸笑天 2013-02-01  
https://github.com/darcyliu/SampleCode
3 楼 啸笑天 2013-01-31  
./configure   --prefix=armv7   --disable-ffmpeg   --disable-ffplay   --disable-ffprobe   --disable-ffserver   --enable-avresample   --enable-cross-compile   --sysroot="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk"  --target-os=darwin  --cc="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc"  --extra-cflags="-arch armv7 -mfpu=neon -miphoneos-version-min=6.1"  --extra-ldflags="-arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk -miphoneos-version-min=6.1"  --arch=arm  --cpu=cortex-a9  --enable-pic



./configure   --prefix=armv7s   --disable-ffmpeg   --disable-ffplay   --disable-ffprobe   --disable-ffserver   --enable-avresample   --enable-cross-compile   --sysroot="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk"  --target-os=darwin  --cc="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc"  --extra-cflags="-arch armv7s -mfpu=neon -miphoneos-version-min=6.1"  --extra-ldflags="-arch armv7s -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk -miphoneos-version-min=6.1"  --arch=arm  --cpu=cortex-a9  --enable-pic


./configure  --prefix=i386  --disable-ffmpeg  --disable-ffplay  --disable-ffprobe  --disable-ffserver  --enable-avresample  --enable-cross-compile  --sysroot="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk"  --target-os=darwin  --cc="/Applications/Xcode.app/Contents/Developer/usr/bin/gcc"  --extra-cflags="-arch i386"  --extra-ldflags="-arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk"  --arch=i386  --cpu=i386  --enable-pic  --disable-asm
2 楼 啸笑天 2013-01-31  
https://github.com/chrisballinger/FFmpeg-iOS-Encoder
1 楼 啸笑天 2013-01-31  
http://www.tangentsoftworks.com/blog/2012/11/12/how-to-prepare-your-mac-for-ios-development-with-ffmpeg-libraries/

相关推荐

Global site tag (gtag.js) - Google Analytics