From bb3bb4122926fa6f55f7d0b65e2d9c92c47cb02c Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 26 Oct 2011 06:49:34 +0000 Subject: 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 --- aconfigure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'aconfigure.ac') 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 -- cgit v1.2.3