1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Remove pointless #if around the file, it is already conditionally compiled.

Originally committed as revision 17208 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2009-02-13 09:39:04 +00:00
parent 1c6bdfa999
commit 67164b0c13

View File

@ -27,7 +27,6 @@
* - fill all fields if non streamed (nb_frames for example) * - fill all fields if non streamed (nb_frames for example)
*/ */
#if CONFIG_AVI_MUXER
typedef struct AVIIentry { typedef struct AVIIentry {
unsigned int flags, pos, len; unsigned int flags, pos, len;
} AVIIentry; } AVIIentry;
@ -608,4 +607,3 @@ AVOutputFormat avi_muxer = {
avi_write_trailer, avi_write_trailer,
.codec_tag= (const AVCodecTag* const []){codec_bmp_tags, codec_wav_tags, 0}, .codec_tag= (const AVCodecTag* const []){codec_bmp_tags, codec_wav_tags, 0},
}; };
#endif //CONFIG_AVI_MUXER