• Clément Bœsch's avatar
    build: disable iconv by default. · 9ad3cd5b
    Clément Bœsch authored
    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.
    9ad3cd5b
Name
Last commit
Last update
compat Loading commit data...
doc Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavresample Loading commit data...
libavutil Loading commit data...
libpostproc Loading commit data...
libswresample Loading commit data...
libswscale Loading commit data...
presets Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
MAINTAINERS Loading commit data...
Makefile Loading commit data...
README Loading commit data...
RELEASE Loading commit data...
arch.mak Loading commit data...
cmdutils.c Loading commit data...
cmdutils.h Loading commit data...
cmdutils_common_opts.h Loading commit data...
common.mak Loading commit data...
configure Loading commit data...
ffmpeg.c Loading commit data...
ffmpeg.h Loading commit data...
ffmpeg_filter.c Loading commit data...
ffmpeg_opt.c Loading commit data...
ffplay.c Loading commit data...
ffprobe.c Loading commit data...
ffserver.c Loading commit data...
library.mak Loading commit data...
version.sh Loading commit data...