2

我已经为 ios 编译了 ffmpeg。编译的配置,我是从 kxmovie 的 Rake 文件中借来的。

一切正常,但我想禁用解码器在控制台中显示的所有调试消息。

我怎样才能做到这一点。我相信应该是编译了ffmpeg,但不知道该怎么做。任何建议将不胜感激。

配置命令:

./configure --disable-ffmpeg --disable-ffplay --disable-ffserver --disable-ffprobe --disable-doc --disable-bzlib --target-os=darwin --enable-cross-compile --enable -gpl --enable-version3 --assert-level=2 --disable-mmx --arch=i386 --cpu=i386 --extra-ldflags='-arch i386' --extra-cflags='-arch i386 ' --disable-asm --cc=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc --as='gas-preprocessor.pl /Applications/Xcode.app /Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc' --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk - -extra-ldflags=-L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/usr/lib/system

4

1 回答 1

0

您可以将-loglevel设置为安静吗?我不确定是否有编译选项,即使有,它也会使调试变得更加困难,因为您需要不同的 ffmpeg 二进制文件进行调试。

于 2013-11-12T03:25:23.297 回答