Comment 6 for bug 438788

Revision history for this message
madbiologist (me-again) wrote :

Thanks for checking this Micah. I have very little experience with building anything from source, so I'm not sure what to make of your report. I note that according to https://launchpad.net/ubuntu/+source/ffmpeg/4:0.6.1-2ubuntu1 and https://launchpad.net/ubuntu/natty/+package/libavutil50 the necessary library is available in Natty (as part of the ffmpeg package). Does the line "note: 'av_free@@LIBAVUTIL_50' is defined in DSO /usr/lib64/libavutil.so.50 so try adding it to the linker command line" in your report mean that it is just a matter of modifying the command to gcc -o ffmpeg2theora src/iso639.o src/ffmpeg2theora.o src/theorautils.o src/subtitles.o src/index.o src/avinfo.o -lvorbisenc -lvorbis -lm -ltheoraenc -ltheoradec -lavcodec -lavdevice -lavformat -lpostproc -lswscale -loggkate -lkate -logg -lavutil50 ?