More H.264 (re #1390): added x264 in aconfigure

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@3859 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2011-10-26 06:49:34 +00:00
parent db5d89dd63
commit e110523801
2 changed files with 3249 additions and 9896 deletions

13144
aconfigure

File diff suppressed because it is too large Load Diff

View File

@ -828,6 +828,7 @@ AC_ARG_ENABLE(ffmpeg,
dnl # libz, needed by newer ffmpeg
AC_CHECK_LIB(z, deflate)
AC_CHECK_LIB(x264, x264_free)
FFMPEG_PREFIX=""
if test "x$with_ffmpeg" != "xno" -a "x$with_ffmpeg" != "x"; then