Browse code

Add '#undef rand' to fix test program build.

Originally committed as revision 17850 to svn://svn.ffmpeg.org/ffmpeg/trunk

Diego Biurrun authored on 2009/03/06 09:57:26
Showing 1 changed files
... ...
@@ -74,6 +74,7 @@ double ff_timefilter_update(TimeFilter *self, double system_time, double period)
74 74
 }
75 75
 
76 76
 #ifdef TEST
77
+#undef rand
77 78
 int main(void)
78 79
 {
79 80
     double n0,n1;