Mercurial > libavformat.hg
changeset 4477:1b6a4571f7bf libavformat
Remove pointless #if around the file, it is already conditionally compiled.
author | diego |
---|---|
date | Fri, 13 Feb 2009 09:39:04 +0000 |
parents | b9d03c68660b |
children | 548d31443ddc |
files | avienc.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/avienc.c Fri Feb 13 07:57:37 2009 +0000 +++ b/avienc.c Fri Feb 13 09:39:04 2009 +0000 @@ -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 @@ avi_write_trailer, .codec_tag= (const AVCodecTag* const []){codec_bmp_tags, codec_wav_tags, 0}, }; -#endif //CONFIG_AVI_MUXER