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:
parent
1c6bdfa999
commit
67164b0c13
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user