我在iphone中使用FrameExtractor。
在模拟器中,它工作正常。
当我在真实设备上运行时,它会出现以下错误:
"-[VideoFrameExtractor setupScaler] in VideoFrameExtractor.o"
我跟着this tutorial。教程建议我应该使用以下行,但我应该在哪里放置这一行?
./configure --enable-cross-compile --arch=c --target-os=darwin --cc=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc --sysroot=/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.2.sdk --cpu=arm6 --extra-cflags='-arch armv6' --extra-ldflags='-arch armv6'