Ticket #469 (closed defect: duplicate)
Undefined symbols for architecture x86_64: referenced from: _filter in libavfilter.a(vf_fspp.o)
| Reported by: | Alex__ | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | build system |
| Version: | unspecified | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
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?
- git clone --recursive --depth 1 git://git.videolan.org/ffmpeg.git
- cd ffmpeg
- ./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.
Attachments
Change History
Changed 21 months ago by Alex__
-
attachment
compile.zip
added
Note: See
TracTickets for help on using
tickets.



Build log files and shell scripts