Commit 67164b0c authored by Diego Biurrun's avatar Diego Biurrun

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

Originally committed as revision 17208 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1c6bdfa9
...@@ -27,7 +27,6 @@ ...@@ -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 = { ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment