[FFmpeg-devel] [PATCH]Fix iconv detection on broken installations (macports)
Carl Eugen Hoyos
cehoyos at ag.or.at
Mon Mar 4 13:50:02 CET 2013
Clément Bœsch <ubitux <at> gmail.com> writes:
> > +# Funny iconv installations are not unusual, so
> > check it after all flags have been set
> > +enabled iconv && { check_func_headers iconv.h iconv ||
> > check_lib2 iconv.h iconv -liconv || die "ERROR:
> > iconv not found"; }
> > +
>
> Are you sure our configure keeps track of all the
> previous ld flags for standalone tests?
I don't know but if I enable schroedinger and vorbis
the va-api test gets -lschroedinger and -lvorbis etc.
here, so I guess so. (Or is that unrelated?)
Carl Eugen
More information about the ffmpeg-devel
mailing list