From 344d6df02ac4d1ed1214ead4f3419405ee699177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 1 Mar 2008 02:53:23 +0100 Subject: Add test for ffmpeg's include directory style to 1.2 autotools. --- m4/decoders.m4 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/m4/decoders.m4 b/m4/decoders.m4 index 9dfe20148..b8f03e231 100644 --- a/m4/decoders.m4 +++ b/m4/decoders.m4 @@ -107,6 +107,10 @@ AC_DEFUN([XINE_DECODER_PLUGINS], [ PKG_CHECK_MODULES([FFMPEG_POSTPROC], [libpostproc]) AC_DEFINE([HAVE_FFMPEG], 1, [Define this if you have ffmpeg library]) + dnl Check presence of ffmpeg/avutil.h to see if it's old or new + dnl style for headers. The new style would be preferred actually... + AC_CHECK_HEADER([ffmpeg/avutil.h]) + AC_MSG_NOTICE([ ********************************************************************* xine-lib is configured with external ffmpeg. -- cgit v1.2.3