From 305fa2644533cde5eda783dd352b4620582774b4 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 6 Jun 2004 03:52:42 +0000 Subject: [PATCH] Building with faad2-cvs fix by ("Steven M. Schultz" ) Originally committed as revision 3200 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/faad.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libavcodec/faad.c b/libavcodec/faad.c index b2903819a4..236b250d5d 100644 --- a/libavcodec/faad.c +++ b/libavcodec/faad.c @@ -28,6 +28,10 @@ #include "avcodec.h" #include "faad.h" +#ifndef FAADAPI +#define FAADAPI +#endif + /* * when CONFIG_FAADBIN is defined the libfaad will be opened at runtime */