From: Anthony Minessale Date: Tue, 11 Nov 2014 03:38:14 +0000 (-0600) Subject: FS-7508: add autoconf for vpx lib X-Git-Tag: v1.6.2~614^2~598 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cda93eac00997cba335ce0e879ce961c8c32850;p=thirdparty%2Ffreeswitch.git FS-7508: add autoconf for vpx lib --- diff --git a/configure.ac b/configure.ac index 35dfb58af2..eb3eb2b467 100644 --- a/configure.ac +++ b/configure.ac @@ -854,6 +854,8 @@ CPPFLAGS="$save_CPPFLAGS" AX_HAVE_CPU_SET +AC_CHECK_LIB(vpx, vpx_img_alloc, [AC_DEFINE(HAVE_VPX, 1, [Define if you have vpx()])]) + AC_CHECK_LIB(rt, clock_gettime, [AC_DEFINE(HAVE_CLOCK_GETTIME, 1, [Define if you have clock_gettime()])]) AC_CHECK_LIB(rt, clock_getres, [AC_DEFINE(HAVE_CLOCK_GETRES, 1, [Define if you have clock_getres()])]) AC_CHECK_LIB(rt, clock_nanosleep, [AC_DEFINE(HAVE_CLOCK_NANOSLEEP, 1, [Define if you have clock_nanosleep()])])