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 +- libmpcodecs/ad_faad.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/libmpcodecs/ad_faad.c b/libmpcodecs/ad_faad.c index be074d99be..d750f2ff30 100644 --- a/libmpcodecs/ad_faad.c +++ b/libmpcodecs/ad_faad.c @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include "config.h" #include "options.h" -- cgit v1.2.3