summaryrefslogtreecommitdiffstats
path: root/COPYING.GPLv2
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-03-03 22:48:16 +0100
committerClément Bœsch <ubitux@gmail.com>2013-03-03 23:50:31 +0100
commit9ad3cd5b5f848eb3cd033be515d34296f099148b (patch)
treeeb7321b5b6b4effc4d2c6c26aa6cdab930549d99 /COPYING.GPLv2
parent16ed6a6bf7a7f5fef2297c599d636814037c5044 (diff)
downloadffmpeg-streaming-9ad3cd5b5f848eb3cd033be515d34296f099148b.zip
ffmpeg-streaming-9ad3cd5b5f848eb3cd033be515d34296f099148b.tar.gz
build: disable iconv by default.
It seems to break a lot on MacOS because of a mixup between multiple iconv libraries. The issue is that the configure check link with no particular library path (so it uses /usr/lib/libiconv.dylib where all the symbols are defined). OTOH, the final build might link with extra library paths, such as the ports lib directory (typically you get -L/opt/local/lib because of an extra library such as SDL). Whatever this option position (before or after -liconv), it will try to link with /opt/local/lib/libiconv.dylib, and the issue is that this version has the same symbols as the ones in /usr/lib/libiconv.dylib except that they all start with 'lib' (libiconv_open, libiconv_close, ...). I don't plan to try to workaround this mess, so any better solution is welcome.
Diffstat (limited to 'COPYING.GPLv2')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud