From 806461c5b645068752292cf19c273dae2ebd9e19 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 28 Jul 2012 23:50:26 +0200 Subject: ad_faad: include neaacdec.h instead of faad.h The faad.h header printed a warning that this header is outdated. The header neaacdec.h is probably the proper header, so use that. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 3ada3af99f..542c6ba416 100755 --- a/configure +++ b/configure @@ -4770,7 +4770,7 @@ echocheck "FAAD2 support" if test "$_faad" = auto ; then _faad=no cat > $TMPC << EOF -#include +#include #ifndef FAAD_MIN_STREAMSIZE #error Too old version #endif -- cgit v1.2.3