diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-06 00:57:26 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-06 00:57:26 +0000 |
commit | e0c98063e7cd4d140c05f150d72e7f76374a2a58 (patch) | |
tree | 9f6b84f13198453ad8bcfe414603bbb8df3aca0a /libavformat | |
parent | 6d16718e5d0b31a1f0b039576e995318aec50ffc (diff) | |
download | ffmpeg-e0c98063e7cd4d140c05f150d72e7f76374a2a58.tar.gz |
Add '#undef rand' to fix test program build.
Originally committed as revision 17850 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/timefilter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/timefilter.c b/libavformat/timefilter.c index 79d417aaf6..0949ec7ce9 100644 --- a/libavformat/timefilter.c +++ b/libavformat/timefilter.c @@ -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; |