1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

Remove pointless #ifdefs from conditionally used files.

Originally committed as revision 19615 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2009-08-10 12:34:36 +00:00
parent 9bb3f3edfe
commit 10f840bd57
2 changed files with 0 additions and 10 deletions

View File

@ -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 @@ static const struct {
{ PIX_FMT_YUV444P, format444 },
};
#endif /* CONFIG_LIBDIRAC */
#endif /* AVCODEC_LIBDIRAC_H */

View File

@ -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 @@ 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 */