mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-07 21:17:58 +00:00
Add '#undef rand' to fix test program build.
Originally committed as revision 17850 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6d16718e5d
commit
e0c98063e7
@ -74,6 +74,7 @@ double ff_timefilter_update(TimeFilter *self, double system_time, double period)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef TEST
|
#ifdef TEST
|
||||||
|
#undef rand
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
double n0,n1;
|
double n0,n1;
|
||||||
|
Loading…
Reference in New Issue
Block a user