Hello every one,

i configure my ffmpeg with

configuration: --enable-gpl --enable-libx264 --shlibdir=/usr/local/lib --enable-pthreads --disable-demuxer=MATROSKA_DEMUXER --disable-muxer=MATROSKA_MUXER

When i compile our program i find the error.... like

/home/zeshan/video_encod.c:143: undefined reference to `img_convert'
/usr/local/lib/libavformat.a(matroskadec.o): In function `matroska_decode_buffer': /home/zeshan/ffmpeg/libavformat/matroskadec.c:917: undefined reference to `BZ2_bzDecompressInit' /home/zeshan/ffmpeg/libavformat/matroskadec.c:926: undefined reference to `BZ2_bzDecompress' /home/zeshan/ffmpeg/libavformat/matroskadec.c:929: undefined reference to `BZ2_bzDecompressEnd'
collect2: ld returned 1 exit status


my compilation command is-----
gcc -o video_encod video_encod.c -I. -I usr/local/include -L usr/local/lib -l avformat -l avcodec -l avutil -l x264 -lz -lm


if you have any soulation please response me.....

--
Zeshan ALI
Phd Student
Tu-Braunschewig Germany

_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to