id,summary,reporter,owner,description,type,status,priority,component,version,resolution,keywords,cc,blockedby,blocking,reproduced,analyzed
1685,Compiling FFmpeg with libass does nor work with OSX10.8,Xtophe,,"Summary of the bug:

I keep getting the following error when compiling the latest git FFmpeg:

Undefined symbols for architecture x86_64:
  ""_libiconv"", referenced from:
      _sub_recode in libass.a(ass.o)
  ""_libiconv_close"", referenced from:
      _sub_recode in libass.a(ass.o)
  ""_libiconv_open"", referenced from:
      _sub_recode in libass.a(ass.o)
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make: *** [ffmpeg_g] Error 1
make: *** Waiting for unfinished jobs....


How to reproduce:
Build with:
./configure --prefix=${SOURCE} --as=yasm --enable-gpl --enable-pthreads --disable-ffplay --disable-ffserver --enable-avfilter --enable-fontconfig --enable-libfreetype --enable-libass --enable-filters --arch=x86 --enable-runtime-cpudetect && make -j 4 && make install

If the full output is needed .. let me know.",defect,closed,normal,build system,git-master,invalid,,,,,0,0
