ciphor / ffmpeg4ios

ffmpeg library migrated onto iOS
Other
82 stars 27 forks source link

Duplicate ff_inverse symbols in xcode #3

Closed streetgainer closed 12 years ago

streetgainer commented 12 years ago

Error rec'vd during xcode's build/linking phase:

ld: duplicate symbol _ff_inverse in /Users/PatsMac/Developer/Platforms/IPhoneUniversal.platform/libavcodec.a(inverse.o) and /Users/PatsMac/Developer/Platforms/IPhoneUniversal.platform/libavutil.a(inverse.o) for architecture armv7 collect2: ld returned 1 exit status Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/llvm-gcc-4.2 failed with exit code 1

I can't figure out away around this, any ideas?

Thanks Pat

wookiee commented 12 years ago

Did you ever find a workaround?

streetgainer commented 12 years ago

Yes, had to role back the ffmpeg version to 0.6.5, anything newer will encounter symbol collision problems in xcode.