diff libmpcodecs/ad_faad.c @ 10921:3eda9985bc7d

10l really disable faad if gcc is broken
author faust3
date Sun, 21 Sep 2003 17:05:51 +0000
parents bae3e8c81ada
children cef97e8c85c0
line wrap: on
line diff
--- a/libmpcodecs/ad_faad.c	Sun Sep 21 16:32:31 2003 +0000
+++ b/libmpcodecs/ad_faad.c	Sun Sep 21 17:05:51 2003 +0000
@@ -24,8 +24,11 @@
 
 LIBAD_EXTERN(faad)
 
-//#include <faad.h>
+#ifndef USE_INTERNAL_FAAD
+#include <faad.h>
+#else
 #include "../libfaad2/faad.h"
+#endif
 
 /* configure maximum supported channels, *
  * this is theoretically max. 64 chans   */