I added the ffmpeg iphone port to my library, and I can use some of my functions like avcodec_init (), .. without any errors. But when I turn on this function, calling "avcodec_register_all" Xcode gives an error after compilation
Error message:
* --------------- ld: ldr 12-bit offset out of range (4276 max +/- 4096) in _CFRelease $ stub in _CFRelease $ stub from / Users / foxit / Documents / CameraTest /build/CameraTest.build/Debug-iphoneos/CameraTest.build/Objects-Normal/ARMv6/CameraTest
The command / Developer / Platforms / iPhoneOS.platform / Developer / usr / bin / gcc-4.2 failed with exit code 1
* -------------
Does anyone know what happened to this?
Hello,
Ragh