[FFmpeg-cvslog] r17208 - trunk/libavformat/avienc.c
diego
subversion
Fri Feb 13 10:39:04 CET 2009
Author: diego
Date: Fri Feb 13 10:39:04 2009
New Revision: 17208
Log:
Remove pointless #if around the file, it is already conditionally compiled.
Modified:
trunk/libavformat/avienc.c
Modified: trunk/libavformat/avienc.c
==============================================================================
--- trunk/libavformat/avienc.c Fri Feb 13 08:57:37 2009 (r17207)
+++ trunk/libavformat/avienc.c Fri Feb 13 10:39:04 2009 (r17208)
@@ -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
More information about the ffmpeg-cvslog
mailing list