[Ffmpeg-devel] [PATCH] part 17 - portability fixes (ILP32 vs LP64)

Dieter freebsd
Sun Jan 29 21:28:52 CET 2006


Diffs for file: libavformat/matroska.c

===================================================================
RCS file: RCS/matroska.c,v
retrieving revision 1.1
diff -u -r1.1 matroska.c
--- matroska.c  2006/01/29 21:43:38     1.1
+++ matroska.c  2006/01/29 21:44:58
@@ -29,6 +29,7 @@
 #include "avformat.h"
 /* For codec_get_bmp_id and codec_get_wav_id. */
 #include "avi.h"
+#include "intfloat_readwrite.h"  /* for av_int2dbl() prototype */
 
 /* EBML version supported */
 #define EBML_VERSION 1





More information about the ffmpeg-devel mailing list