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

Dieter freebsd
Sun Jan 29 21:34:43 CET 2006


Diffs for file: libavutil/intfloat_readwrite.c

===================================================================
RCS file: RCS/intfloat_readwrite.c,v
retrieving revision 1.1
diff -u -r1.1 intfloat_readwrite.c
--- intfloat_readwrite.c        2006/01/29 21:52:58     1.1
+++ intfloat_readwrite.c        2006/01/29 21:57:14
@@ -24,6 +24,7 @@
  */
 
 #include "common.h"
+#include "intfloat_readwrite.h" /* for prototypes */
 
 double av_int2dbl(int64_t v){
     if(v+v > 0xFFELLU<<52)





More information about the ffmpeg-devel mailing list