Mercurial > libavcodec.hg
changeset 10041:acbb86a779b8 libavcodec
Remove pointless #ifdefs from conditionally used files.
author | diego |
---|---|
date | Mon, 10 Aug 2009 12:34:36 +0000 |
parents | 8f08abb1dffa |
children | 37485479bb6e |
files | libdirac.h libschroedinger.h |
diffstat | 2 files changed, 0 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- 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 <libdirac_common/dirac_types.h> @@ -45,5 +41,4 @@ { PIX_FMT_YUV444P, format444 }, }; -#endif /* CONFIG_LIBDIRAC */ #endif /* AVCODEC_LIBDIRAC_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 <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 */