Commit 0b3de353 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17208 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fdd7b620
......@@ -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
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