diff libschroedinger.h @ 10041:acbb86a779b8 libavcodec

Remove pointless #ifdefs from conditionally used files.
author diego
date Mon, 10 Aug 2009 12:34:36 +0000
parents e9d9d946f213
children 965220ebc611
line wrap: on
line diff
--- a/libschroedinger.h	Mon Aug 10 01:27:33 2009 +0000
+++ b/libschroedinger.h	Mon Aug 10 12:34:36 2009 +0000
@@ -26,10 +26,6 @@
 #ifndef AVCODEC_LIBSCHROEDINGER_H
 #define AVCODEC_LIBSCHROEDINGER_H
 
-#include "config.h"
-
-#if CONFIG_LIBSCHROEDINGER
-
 #include <schroedinger/schrobitstream.h>
 #include <schroedinger/schroframe.h>
 #include "avcodec.h"
@@ -57,5 +53,4 @@
 int ff_get_schro_frame_format (SchroChromaFormat schro_chroma_fmt,
                                SchroFrameFormat  *schro_frame_fmt);
 
-#endif /* CONFIG_LIBSCHROEDINGER */
 #endif /* AVCODEC_LIBSCHROEDINGER_H */