摘要: http://blog.csdn.net/cjj198561/article/details/28955461编译librtmp需要先编译openssl,因为librtmp依赖openssl首先编译openssl:把以下内容保存为shell脚本:#!/bin/shVERSION="1.0.1h" #... 阅读全文
posted @ 2014-07-02 14:48 dzldzl 阅读(460) 评论(0) 推荐(0)
摘要: #import "TargetConditionals.h"gcc based compiler used on Mac OS Xfor EX#if !TARGET_IPHONE_SIMULATOR Float32 preferredBufferSize = 0.0232; if (checkE... 阅读全文
posted @ 2014-07-02 11:05 dzldzl 阅读(630) 评论(0) 推荐(0)