From 19bc99be32db5a65c1596ee8beb49a2b3c0d5abd Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 5 May 2005 20:41:38 +0000 Subject: Removed the last pieces of ffmpeg... replaced it with libfame... Not quite working yet, but all the major code is in place! --- configure.in | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 1d48f84..4a4b171 100644 --- a/configure.in +++ b/configure.in @@ -43,8 +43,14 @@ fi dnl ====================== dnl Check for Jpeg library dnl ====================== -AC_CHECK_HEADER(jpeglib.h, , AC_MSG_ERROR([*** LibJpeg not found!])) -AC_CHECK_LIB(jpeg, jpeg_start_compress, , AC_MSG_ERROR([*** LibJpeg not found!])) +AC_CHECK_HEADER(jpeglib.h, , AC_MSG_ERROR([*** libJpeg not found!])) +AC_CHECK_LIB(jpeg, jpeg_start_compress, , AC_MSG_ERROR([*** libJpeg not found!])) + +dnl ====================== +dnl Check for Fame library +dnl ====================== +AC_CHECK_HEADER(fame.h, , AC_MSG_ERROR([*** libFame include files not found!])) +AC_CHECK_LIB(fame, fame_init, , AC_MSG_ERROR([*** libFame not found!])) AC_SUBST(CFLAGS) AC_SUBST(CPPFLAGS) -- cgit v1.2.3