[FFmpeg-trac] #1685(FFmpeg:new): Compiling FFmpeg with libass does nor work with OSX10.8

FFmpeg trac at avcodec.org
Sat Aug 25 23:42:12 CEST 2012


#1685: Compiling FFmpeg with libass does nor work with OSX10.8
--------------------------------+--------------------------------------
             Reporter:  Xtophe  |                     Type:  defect
               Status:  new     |                 Priority:  normal
            Component:  FFmpeg  |                  Version:  git-master
             Keywords:          |               Blocked By:
             Blocking:          |  Reproduced by developer:  0
Analyzed by developer:  0       |
--------------------------------+--------------------------------------
 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.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1685>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list