[FFmpeg-user] Duplicate symbol _ff_inverse in libavcodec.a and libavutil.a when building in xcode
Patrick
humer4489 at gmail.com
Mon Oct 17 21:05:53 CEST 2011
Hi,
When building version .8 in my xcode project, I am getting this error:
duplicate symbol _ff_inverse in ../lib/libavcodec.a(inverse.o) and ../lib/libavutil.a(inverse.o)
I found this entry in the .8 changelog:
commit 3fc548df28f765c9f649248e1e14079120e7c74e
Author: Diego Pettenò <flameeyes at gmail.com>
Date: Wed Jul 21 12:37:37 2010 +0000
Make ff_inverse stay with libavutil, and optional copy it to libavcodec.
Is there anything I can/should do to resolve this issue?
Btw, the error only occurs when I set the search paths in xcode to point to the ../lib and ../include folders where all my required .a and .h files reside, including those of libav.
Thanks,
Pat
More information about the ffmpeg-user
mailing list