Hi, In revision 4017 XVID was removed from the supported formats in pjmedia, but the file pjmedia/src/pjmedia/ffmpeg_util.c still refers to PJMEDIA_FORMAT_XVID when compiling using an older version of libavcodec. This leads to the error: ../src/pjmedia/ffmpeg_util.c:74: error: ?PJMEDIA_FORMAT_XVID? undeclared here (not in a function) This patch makes the project compilable again for people using an older version of libavcodec (like in Ubuntu 10.04). Could any of the pjproject-devs apply this patch? Thanks for the work, Bob van der Linden -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20120412/70c3fc4e/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: ffmpeg_xvid_removal.diff Type: application/octet-stream Size: 606 bytes Desc: not available URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20120412/70c3fc4e/attachment.diff>