On Wed, Jan 23, 2013 at 4:56 PM, Carl Eugen Hoyos <[email protected]> wrote:
> Srinath M <srinath3142@...> writes: > > > /usr/local/lib/libavformat.a(matroskadec.o): In function > > `matroska_decode_buffer': > > /home/srinath/Downloads/ffmpeg-1.1.1/libavformat/matroskadec.c:1138: > > undefined reference to `BZ2_bzDecompressInit' > > The first letters of the missing symbol seem to > indicate that you want to link against libbz2. > > Carl Eugen > > _______________________________________________ > Libav-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/libav-user > Thanks, i added some more missing libraries and it compiles. This was my final list clang -o tld tld.o -L"../lib" -lccv -lavformat -lavcodec -lswscale -lavutil -lbz2 -lz -lpthread -lm
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
