[FFmpeg-devel] [PATCH]Fix iconv detection on broken installations (macports)
Nicolas George
nicolas.george at normalesup.org
Sun Mar 10 11:48:56 CET 2013
Le decadi 20 ventôse, an CCXXI, Carl Eugen Hoyos a écrit :
> To make iconv work on the relevant installations,
> it would be necessary to "#define iconv_open libiconv_open",
> patch welcome! (I cannot test.)
This should not be necessary: libiconv is meant to be a drop-in replacement
for a libc's poor iconv implementation, at source level. The headers from
libiconv are supposed to take care of it:
http://git.savannah.gnu.org/cgit/libiconv.git/tree/include/iconv.h.in#n67
If it does not work and the #define have no effect, there is something wrong
with the build, possibly mismatching headers and libs.
Regards,
--
Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130310/99f94597/attachment.asc>
More information about the ffmpeg-devel
mailing list