[FFmpeg-trac] #469(build system:new): Undefined symbols for architecture x86_64: referenced from: _filter in libavfilter.a(vf_fspp.o)

FFmpeg trac at avcodec.org
Wed Sep 14 17:25:22 CEST 2011


#469: Undefined symbols for architecture x86_64: referenced from: _filter in
libavfilter.a(vf_fspp.o)
-------------------------------------+-------------------------------------
             Reporter:  Alex__       |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:  build        |                  Version:
  system                             |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Description: Undefined symbols for architecture x86_64 referenced from:
 _filter in libavfilter.a(vf_fspp.o)
 Version: a30ef633546ecf382d1913159870bd74649c680f (latest trunk)

 Steps that will reproduce the problem?
 1. git clone --recursive --depth 1 git://git.videolan.org/ffmpeg.git
 2. cd ffmpeg
 3. ./configure --enable-libfaac --enable-libx264 --enable-gpl --enable-
 nonfree --enable-libmp3lame --enable-libtheora --enable-libvorbis
 --enable-libvpx --enable-libxvid > b.log 2>&1 4. make -j3

 What is the expected result?
 Compiled binaries.

 What happens instead?
 {{{
 MAN     doc/ffserver.1
 CC      ffmpeg.o
 ffmpeg.c: In function ‘opt_input_file’:
 ffmpeg.c:3089: warning: ‘loop_input’ is deprecated (declared at
 libavformat/avformat.h:795)
 ffmpeg.c: In function ‘opt_output_file’:
 ffmpeg.c:3702: warning: ‘loop_output’ is deprecated (declared at
 libavformat/avformat.h:771)
 CC      cmdutils.o
 LD      ffmpeg_g
 Undefined symbols for architecture x86_64:
   "_MM_FIX_0_707106781", referenced from:
       _filter in libavfilter.a(vf_fspp.o)
   "_MM_FIX_0_541196100", referenced from:
       _filter in libavfilter.a(vf_fspp.o)
 ld: symbol(s) not found for architecture x86_64
 collect2: ld returned 1 exit status
 make: *** [ffmpeg_g] Error 1
 }}}

 Possible workaround:
 Run configure without parameters.

 Any additional information:
 See attached.

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


More information about the FFmpeg-trac mailing list