summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia-videodev
diff options
context:
space:
mode:
authorRiza Sulistyo <riza@teluu.com>2016-05-17 16:14:36 +0000
committerRiza Sulistyo <riza@teluu.com>2016-05-17 16:14:36 +0000
commit0c7a1290de08413eedd14a0cd54856ecbaa63035 (patch)
treee84fbb9398ab356cd207d6638ee11d7eec3b05ef /pjmedia/src/pjmedia-videodev
parent7e96ebd5c19e3815f0858420bc842e6d9a2a0a2f (diff)
Re #1920: Check for libavformat instead of libavcodec when setting
PJMEDIA_HAS_FFMPEG_CODEC. ffmpeg_vid_codecs.c has a compile-time guard of PJMEDIA_HAS_FFMPEG_VID_CODEC which is PJMEDIA_HAS_FFMPEG_CODEC which is PJMEDIA_HAS_LIBAVCODEC. However, the code requires libavutil, libavcodec, and libavformat. In Ubuntu (and Debian), the package libavformat-dev contains libavcodec-dev and libavutil-dev. Not the other way around. Therefore, the current compile-time guard is not sufficient and should check PJMEDIA_HAS_LIBAVFORMAT instead. Thanks to Alexander Traud for the patch. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5304 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjmedia/src/pjmedia-videodev')
0 files changed, 0 insertions, 0 deletions