Commit e0c98063 authored by Diego Biurrun's avatar Diego Biurrun

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

Originally committed as revision 17850 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6d16718e
......@@ -74,6 +74,7 @@ double ff_timefilter_update(TimeFilter *self, double system_time, double period)
}
#ifdef TEST
#undef rand
int main(void)
{
double n0,n1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment