From 67164b0c133b86be915b93d729cfd793b96054b5 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 13 Feb 2009 09:39:04 +0000 Subject: Remove pointless #if around the file, it is already conditionally compiled. Originally committed as revision 17208 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avienc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavformat') diff --git a/libavformat/avienc.c b/libavformat/avienc.c index 4e8c2f5c3a..8d51fa2901 100644 --- a/libavformat/avienc.c +++ b/libavformat/avienc.c @@ -27,7 +27,6 @@ * - fill all fields if non streamed (nb_frames for example) */ -#if CONFIG_AVI_MUXER typedef struct AVIIentry { unsigned int flags, pos, len; } AVIIentry; @@ -608,4 +607,3 @@ AVOutputFormat avi_muxer = { avi_write_trailer, .codec_tag= (const AVCodecTag* const []){codec_bmp_tags, codec_wav_tags, 0}, }; -#endif //CONFIG_AVI_MUXER -- cgit v1.2.3