diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-06-06 03:52:42 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-06-06 03:52:42 +0000 |
commit | 305fa2644533cde5eda783dd352b4620582774b4 (patch) | |
tree | d85fd379971e2aceaf3271cc7aa5fe43ba77bece /libavcodec/faad.c | |
parent | da9b170c6f06184a5114dc66afb8385cd0ffff83 (diff) | |
download | ffmpeg-305fa2644533cde5eda783dd352b4620582774b4.tar.gz |
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.c | 4 |
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 */ |