changeset 2061:c28b03fea50f libavcodec

Building with faad2-cvs fix by ("Steven M. Schultz" <sms at 2bsd dot com>)
author michael
date Sun, 06 Jun 2004 03:52:42 +0000
parents d07784fbdad1
children 37ca6f8677de
files faad.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/faad.c	Sun Jun 06 03:45:53 2004 +0000
+++ b/faad.c	Sun Jun 06 03:52:42 2004 +0000
@@ -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
  */