[xiph-commits] r16955 - trunk/ffmpeg2theora/src

j at svn.xiph.org j at svn.xiph.org
Mon Mar 8 21:33:58 PST 2010


Author: j
Date: 2010-03-08 21:33:58 -0800 (Mon, 08 Mar 2010)
New Revision: 16955

Modified:
   trunk/ffmpeg2theora/src/theorautils.h
Log:
fix compile on os x 10.5

Modified: trunk/ffmpeg2theora/src/theorautils.h
===================================================================
--- trunk/ffmpeg2theora/src/theorautils.h	2010-03-07 17:59:26 UTC (rev 16954)
+++ trunk/ffmpeg2theora/src/theorautils.h	2010-03-09 05:33:58 UTC (rev 16955)
@@ -20,6 +20,7 @@
 #define _F2T_THEORAUTILS_H_
 
 #include <stdint.h>
+#include <time.h>
 #include "theora/theoraenc.h"
 #include "vorbis/codec.h"
 #include "vorbis/vorbisenc.h"



More information about the commits mailing list