Ticket #49 (closed defect: worksforme)

Opened 2 years ago

Last modified 2 years ago

Ffmpeg gives error

Reported by: pranav_garg Owned by: michael
Priority: important Component: FFmpeg
Version: 0.6.90-rc0 Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

I have recently installed FFMPEG on ubuntu 10.10 version with dual core.

I have used the following options to configure ffmpeg.

./configure --enable-gpl --enable-version3 --enable-nonfree --enable-postproc \
>     --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb \
>     --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis \
>     --enable-libvpx --enable-libx264 --enable-libxvid --enable-x11grab --enable-pthreads



When I use the command line for run ffmpeg, I get the error:

ffmpeg: relocation error: ffmpeg: symbol av_log_set_flags, version LIBAVUTIL_50 not defined in file libavutil.so.50 with link time reference

Change History

comment:1 Changed 2 years ago by michael

  • Status changed from new to closed
  • Resolution set to worksforme

Ive tried on ubuntu 10.10 and i cannot reproduce this.
Please try make distclean
also make sure the excutable you run is the one you compiled

With the configure options you list, there should be no shared libs compiled and thus this error should be impossible

Note: See TracTickets for help on using tickets.