summaryrefslogtreecommitdiff
path: root/libavcodec/faad.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-06-06 03:52:42 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-06-06 03:52:42 +0000
commit305fa2644533cde5eda783dd352b4620582774b4 (patch)
treed85fd379971e2aceaf3271cc7aa5fe43ba77bece /libavcodec/faad.c
parentda9b170c6f06184a5114dc66afb8385cd0ffff83 (diff)
Building with faad2-cvs fix by ("Steven M. Schultz" <sms at 2bsd dot com>)
Originally committed as revision 3200 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/faad.c')
-rw-r--r--libavcodec/faad.c4
1 files changed, 4 insertions, 0 deletions
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
*/