From 10f840bd579e959bb1abe679953d836c9ff1ecd3 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 10 Aug 2009 12:34:36 +0000 Subject: Remove pointless #ifdefs from conditionally used files. Originally committed as revision 19615 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/libschroedinger.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libavcodec/libschroedinger.h') diff --git a/libavcodec/libschroedinger.h b/libavcodec/libschroedinger.h index 52793cd027..ab48cbd6c7 100644 --- a/libavcodec/libschroedinger.h +++ b/libavcodec/libschroedinger.h @@ -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 @@ SchroVideoFormatEnum ff_get_schro_video_format_preset (AVCodecContext *avccontex int ff_get_schro_frame_format (SchroChromaFormat schro_chroma_fmt, SchroFrameFormat *schro_frame_fmt); -#endif /* CONFIG_LIBSCHROEDINGER */ #endif /* AVCODEC_LIBSCHROEDINGER_H */ -- cgit v1.2.3