# HG changeset patch # User diego # Date 1249907676 0 # Node ID acbb86a779b8854a4e46a6904facf8423f4ffbce # Parent 8f08abb1dffa58cef02ad8f77531281ce75f63b7 Remove pointless #ifdefs from conditionally used files. diff -r 8f08abb1dffa -r acbb86a779b8 libdirac.h --- a/libdirac.h Mon Aug 10 01:27:33 2009 +0000 +++ b/libdirac.h Mon Aug 10 12:34:36 2009 +0000 @@ -26,10 +26,6 @@ #ifndef AVCODEC_LIBDIRAC_H #define AVCODEC_LIBDIRAC_H -#include "config.h" - -#if CONFIG_LIBDIRAC - #include "avcodec.h" #include @@ -45,5 +41,4 @@ { PIX_FMT_YUV444P, format444 }, }; -#endif /* CONFIG_LIBDIRAC */ #endif /* AVCODEC_LIBDIRAC_H */ diff -r 8f08abb1dffa -r acbb86a779b8 libschroedinger.h --- 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 #include #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 */