[FFmpeg-trac] #3218(avcodec:closed): make: * [libavcodec/x86/h264_qpel_10bit.o] Error 139
FFmpeg
trac at avcodec.org
Wed Dec 11 10:50:11 CET 2013
#3218: make: * [libavcodec/x86/h264_qpel_10bit.o] Error 139
-------------------------------------+-------------------------------------
Reporter: mmstick | Owner:
Type: defect | Status: closed
Priority: normal | Component: avcodec
Version: git-master | Resolution:
Keywords: | needs_more_info
Blocking: | Blocked By:
Analyzed by developer: 0 | Reproduced by developer: 0
-------------------------------------+-------------------------------------
Comment (by mmstick):
I compile ffmpeg/x264/fdk-aac by use of a script I made earlier this year.
I use it quite often on a variety of different machines but today it is
not working. http://pastebin.com/edit.php?i=TP6Rczur
gcc -Llibavcodec -Llibavdevice -Llibavfilter -Llibavformat -Llibavresample
-Llibavutil -Llibpostproc -Llibswscale -Llibswresample -Wl,--as-needed -Wl
,--warn-common -Wl,-rpath-
link=libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil:libavresample
-o ffmpeg_g cmdutils.o ffmpeg_opt.o ffmpeg_filter.o ffmpeg.o
ffmpeg_vdpau.o -lavdevice -lavfilter -lavformat -lavcodec -lpostproc
-lswresample -lswscale -lavutil -ldl -lXv -lX11 -lXext -lvdpau -lva -lX11
-ljack -lasound -lSDL -lx264 -lvpx -lvpx -lvorbisenc -lvorbis -logg
-ltheoraenc -ltheoradec -logg -lopus -lmp3lame -lfaac -lass -lm -pthread
-lbz2 -lz
gcc -Llibavcodec -Llibavdevice -Llibavfilter -Llibavformat -Llibavresample
-Llibavutil -Llibpostproc -Llibswscale -Llibswresample -Wl,--as-needed -Wl
,--warn-common -Wl,-rpath-
link=libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil:libavresample
-o ffplay_g cmdutils.o ffplay.o -lavdevice -lavfilter -lavformat
-lavcodec -lpostproc -lswresample -lswscale -lavutil -ldl -lXv -lX11
-lXext -lvdpau -lva -lX11 -ljack -lasound -lSDL -lx264 -lvpx -lvpx
-lvorbisenc -lvorbis -logg -ltheoraenc -ltheoradec -logg -lopus -lmp3lame
-lfaac -lass -lm -pthread -lbz2 -lz -lSDL
gcc -Llibavcodec -Llibavdevice -Llibavfilter -Llibavformat -Llibavresample
-Llibavutil -Llibpostproc -Llibswscale -Llibswresample -Wl,--as-needed -Wl
,--warn-common -Wl,-rpath-
link=libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil:libavresample
-o ffprobe_g cmdutils.o ffprobe.o -lavdevice -lavfilter -lavformat
-lavcodec -lpostproc -lswresample -lswscale -lavutil -ldl -lXv -lX11
-lXext -lvdpau -lva -lX11 -ljack -lasound -lSDL -lx264 -lvpx -lvpx
-lvorbisenc -lvorbis -logg -ltheoraenc -ltheoradec -logg -lopus -lmp3lame
-lfaac -lass -lm -pthread -lbz2 -lz
gcc -Llibavcodec -Llibavdevice -Llibavfilter -Llibavformat -Llibavresample
-Llibavutil -Llibpostproc -Llibswscale -Llibswresample -Wl,--as-needed -Wl
,--warn-common -Wl,-rpath-
link=libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil:libavresample
-o ffserver_g cmdutils.o ffserver.o -lavdevice -lavfilter -lavformat
-lavcodec -lpostproc -lswresample -lswscale -lavutil -ldl -lXv -lX11
-lXext -lvdpau -lva -lX11 -ljack -lasound -lSDL -lx264 -lvpx -lvpx
-lvorbisenc -lvorbis -logg -ltheoraenc -ltheoradec -logg -lopus -lmp3lame
-lfaac -lass -lm -pthread -lbz2 -lz
libavcodec/libavcodec.so: undefined reference to `x264_encoder_open_140'
collect2: error: ld returned 1 exit status
libavcodec/libavcodec.so: undefined reference to `x264_encoder_open_140'
collect2: error: ld returned 1 exit status
make: *** [ffplay_g] Error 1
make: *** [ffserver_g] Error 1
libavcodec/libavcodec.so: undefined reference to `x264_encoder_open_140'
collect2: error: ld returned 1 exit status
make: *** [ffprobe_g] Error 1
libavcodec/libavcodec.so: undefined reference to `x264_encoder_open_140'
collect2: error: ld returned 1 exit status
make: *** [ffmpeg_g] Error 1
make: Target `all' not remade because of errors.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/3218#comment:2>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list