2013/2/15 René J.V. Bertin <[email protected]> > > This pleads for static local copies. > > Yeah, this is what I would suggest too.
If the objective is to have portable static libraries, don't define global symbol multiple times, it's just the wrong way of working. This is especially true for static libraries in runtime environments like 64 bit OSX and iOS that requires the -all_load flag.
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
