[FFmpeg-user] make error OSX Lion

George D Pylant III objectivecgdp at gmail.com
Sun Jul 31 02:31:57 CEST 2011


Sorry if this a double post but I have been running into a ffmpeg make error since upgrading from Snow Leopard 10.6.8/XCode 3.2.3 to Lion10.7/XCode4.1:

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
make: *** Waiting for unfinished jobs....

ffmpeg configure:

./configure --prefix=${TARGET} --enable-nonfree --enable-gpl --enable-version3 --enable-libx264 --enable-pthreads --enable-libfaac --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-libgsm --enable-libopenjpeg --enable-libxvid --enable-libschroedinger --enable-libdirac --enable-libxavs --enable-librtmp --enable-libfreetype --enable-avfilter --enable-filters --enable-postproc --target-os=darwin --arch=x86_64 --enable-runtime-cpudetect

Any ideas how to avoid the make error I have been getting?

Thanks!


More information about the ffmpeg-user mailing list