summaryrefslogtreecommitdiff
path: root/aconfigure.ac
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2011-10-26 06:49:34 +0000
committerBenny Prijono <bennylp@teluu.com>2011-10-26 06:49:34 +0000
commitbb3bb4122926fa6f55f7d0b65e2d9c92c47cb02c (patch)
treefbdaf341ba0f84220759cef152af892bed7dd44d /aconfigure.ac
parent2c90a4ec91faab7ec40bea9067818e6919bad3d7 (diff)
More H.264 (re #1390): added x264 in aconfigure
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3859 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'aconfigure.ac')
-rw-r--r--aconfigure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/aconfigure.ac b/aconfigure.ac
index 3270863c..23315452 100644
--- a/aconfigure.ac
+++ b/aconfigure.ac
@@ -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