[FFmpeg-trac] #1695(undetermined:new): build failes

FFmpeg trac at avcodec.org
Tue Aug 28 10:55:38 CEST 2012


#1695: build failes
-------------------------------------+-------------------------------------
             Reporter:  geronimo     |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by geronimo):

 Ok, my configure is
 {{{
 ./configure \
    --enable-nonfree \
    --enable-gpl \
    --disable-mmx \
    --enable-shared \
    --enable-version3 \
    --enable-runtime-cpudetect \
    --enable-hardcoded-tables \
    --enable-frei0r \
    --enable-libxvid \
    --enable-pic \
    --enable-libaacplus \
    --enable-libass \
    --enable-libcdio \
    --enable-libopencore-amrnb \
    --enable-libopencore-amrwb \
    --enable-libdc1394 \
    --enable-libfaac \
    --enable-libfreetype \
    --enable-libgsm \
    --enable-libmodplug \
    --enable-libmp3lame \
    --enable-libopenjpeg \
    --enable-libpulse \
    --enable-librtmp  \
    --enable-libschroedinger \
    --enable-libspeex \
    --enable-libtheora \
    --enable-libvpx \
    --enable-libxvid \
    --enable-openal \
    --enable-libx264
 }}}

 after performing the recommended commands, the output of make V=1 is
 {{{
 $ make V=1
 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 ffmpeg_opt.o ffmpeg_filter.o ffmpeg.o cmdutils.o -lavdevice
 -lavfilter -lavformat -lavcodec -lpostproc -lswresample -lswscale -lavutil
 -ldl -ldl -ldl -lva -lcdio_paranoia -lcdio_cdda -lcdio -ljack -lasound
 -lSDL -ldc1394 -lraw1394 -lopenal -lxvidcore -lx264 -lvpx -lvpx
 -ltheoraenc -ltheoradec -logg -lspeex -lschroedinger-1.0 -lrtmp -lz
 -lgnutls -lpulse-simple -lpulse -lopenjpeg -lopencore-amrwb -lopencore-
 amrnb -lmp3lame -lmodplug -lgsm -lfreetype -lfaac -lass -laacplus -lm
 -pthread -lbz2 -lz -lrt
 libavcodec/libavcodec.so: undefined reference to `ff_dnxhdenc_init_x86'
 libavcodec/libavcodec.so: undefined reference to `ff_MPV_encode_init_x86'
 libavcodec/libavcodec.so: undefined reference to `ff_MPV_common_init_x86'
 collect2: ld returned 1 exit status
 make: *** [ffmpeg_g] Fehler 1
 }}}

 may be I should remove the whole tree and check it out again.
 But today I don't have the time for that.
 May be tomorrow.

 The error arised about 3 days ago

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1695#comment:2>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list